mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
tests: lancelot: add tests for counts of features
This commit is contained in:
@@ -464,9 +464,6 @@ def extract_function_calls_from(xtor, f, bb, insn):
|
||||
except ValueError:
|
||||
return
|
||||
|
||||
if target in get_imports(xtor):
|
||||
return
|
||||
|
||||
yield Characteristic("calls from"), target
|
||||
if target == f:
|
||||
yield Characteristic("recursive call"), target
|
||||
|
||||
Reference in New Issue
Block a user