mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
Merge pull request #417 from fireeye/smda/calls-from-no-api
remove apirefs from calls from
This commit is contained in:
@@ -336,7 +336,7 @@ def extract_function_calls_from(f, bb, insn):
|
||||
# mark as recursive
|
||||
yield Characteristic("recursive call"), outref
|
||||
if insn.offset in f.apirefs:
|
||||
yield Characteristic("calls from"), f.apirefs[insn.offset]
|
||||
yield Characteristic("calls from"), insn.offset
|
||||
|
||||
|
||||
# this is a feature that's most relevant at the function or basic block scope,
|
||||
|
||||
Reference in New Issue
Block a user