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