From ab5c8b11290e1ec0a72eb216a451cc2ba131f8c3 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Wed, 2 Aug 2023 12:49:17 +0000 Subject: [PATCH] linter: skip native API check for NtEnumerateSystemEnvironmentValuesEx --- scripts/lint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lint.py b/scripts/lint.py index f155c89b..c243ca16 100644 --- a/scripts/lint.py +++ b/scripts/lint.py @@ -570,6 +570,7 @@ class FeatureNtdllNtoskrnlApi(Lint): "ZwCreateUserProcess", "RtlCreateUserProcess", "NtProtectVirtualMemory", + "NtEnumerateSystemEnvironmentValuesEx", ): # ntoskrnl.exe does not export these routines continue