mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
Update scripts/import-to-ida.py
Co-authored-by: Willi Ballenthin <wballenthin@google.com>
This commit is contained in:
@@ -90,7 +90,7 @@ def main():
|
||||
continue
|
||||
if rule.meta.is_subscope_rule:
|
||||
continue
|
||||
if capa.rules.Scope.FUNCTION in rule.meta.scopes:
|
||||
if rule.meta.scopes.static == capa.rules.Scope.FUNCTION:
|
||||
continue
|
||||
|
||||
ns = rule.meta.namespace
|
||||
|
||||
Reference in New Issue
Block a user