Skip to content

Commit

Permalink
Update scripts/import-to-ida.py
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
yelhamer and williballenthin authored Aug 27, 2023
1 parent 8c9e676 commit 4d538b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import-to-ida.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d538b9

Please sign in to comment.