linter: skip native API check for NtEnumerateSystemEnvironmentValuesEx

This commit is contained in:
Willi Ballenthin
2023-08-02 12:49:17 +00:00
parent 04fbcbbbd3
commit ab5c8b1129

View File

@@ -570,6 +570,7 @@ class FeatureNtdllNtoskrnlApi(Lint):
"ZwCreateUserProcess", "ZwCreateUserProcess",
"RtlCreateUserProcess", "RtlCreateUserProcess",
"NtProtectVirtualMemory", "NtProtectVirtualMemory",
"NtEnumerateSystemEnvironmentValuesEx",
): ):
# ntoskrnl.exe does not export these routines # ntoskrnl.exe does not export these routines
continue continue