mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Update CHANGELOG.md
Update CHANGELOG.md Update main.py
This commit is contained in:
@@ -811,7 +811,7 @@ def compute_layout(rules, extractor, capabilities):
|
||||
# this object is open to extension in the future,
|
||||
# such as with the function name, etc.
|
||||
}
|
||||
for f, bbs in bbs_by_function.items()
|
||||
for f, bbs in bbs_by_function.items() if len([bb for bb in bbs if bb in matched_bbs]) > 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user