mirror of
https://github.com/mandiant/capa.git
synced 2025-12-17 09:57:48 -08:00
Compare commits
2 Commits
backend/py
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb6c0bd719 | ||
|
|
aa02a46f33 |
@@ -197,6 +197,9 @@ def extract_stackstring(fh: FunctionHandle):
|
|||||||
except ILException:
|
except ILException:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if mlil is None:
|
||||||
|
return
|
||||||
|
|
||||||
for block in mlil.basic_blocks:
|
for block in mlil.basic_blocks:
|
||||||
if bb_contains_stackstring(func, block):
|
if bb_contains_stackstring(func, block):
|
||||||
yield Characteristic("stack string"), block.source_block.start
|
yield Characteristic("stack string"), block.source_block.start
|
||||||
|
|||||||
Reference in New Issue
Block a user