mirror of
https://github.com/mandiant/capa.git
synced 2026-07-08 05:17:31 -07:00
Merge branch 'dynamic-feature-extraction' of https://github.com/mandiant/capa into dynamic-feature-extraction
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