Skip to content

Commit

Permalink
Merge branch 'dynamic-feature-extraction' of https://github.com/mandi…
Browse files Browse the repository at this point in the history
…ant/capa into dynamic-feature-extraction
  • Loading branch information
yelhamer committed Aug 28, 2023
2 parents 214a355 + 4d538b9 commit 9eb88e6
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 9eb88e6

Please sign in to comment.