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