linter: skip native API check for NtProtectVirtualMemory

closes #1675
This commit is contained in:
Willi Ballenthin
2023-08-02 12:36:42 +00:00
parent 727ece499a
commit 04fbcbbbd3
2 changed files with 3 additions and 1 deletions

View File

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