You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overwrites helper functions, see example error on loading invalid rules:
ERROR:capa:invalid rule: rules\anti-analysis\anti-debugging\debugger-detection\check-for-debugger-via-api.yml: invalid rule: unexpected statement: property
Traceback (most recent call last):
File "main.py", line 1018, in main
File "main.py", line 618, in get_rules
File "rules.py", line 805, in from_yaml_file
capa.rules.InvalidRuleWithPath: invalid rule: rules\anti-analysis\anti-debugging\debugger-detection\check-for-debugger-via-api.yml: invalid rule: unexpected statement: property
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 1197, in <module>
File "main.py", line 1038, in main
AttributeError: module 'capa.version' has no attribute 'get_major_version'
[11516] Failed to execute script 'main' due to unhandled exception!
The text was updated successfully, but these errors were encountered:
Overwrites helper functions, see example error on loading invalid rules:
The text was updated successfully, but these errors were encountered: