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

@@ -16,7 +16,8 @@
### Bug Fixes
- Fix binja backend stack string detection. [#1473](https://github.com/mandiant/capa/issues/1473) [@xusheng6](https://github.com/xusheng6)
- Fix binja backend stack string detection. #1473 @xusheng6
- linter: skip native API check for NtProtectVirtualMemory #1675 @williballenthin
### capa explorer IDA Pro plugin

View File

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