mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 14:50:33 -08:00
@@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### 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
|
### capa explorer IDA Pro plugin
|
||||||
|
|
||||||
|
|||||||
@@ -569,6 +569,7 @@ class FeatureNtdllNtoskrnlApi(Lint):
|
|||||||
"ZwCreateProcess",
|
"ZwCreateProcess",
|
||||||
"ZwCreateUserProcess",
|
"ZwCreateUserProcess",
|
||||||
"RtlCreateUserProcess",
|
"RtlCreateUserProcess",
|
||||||
|
"NtProtectVirtualMemory",
|
||||||
):
|
):
|
||||||
# ntoskrnl.exe does not export these routines
|
# ntoskrnl.exe does not export these routines
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user