CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

Tracker_Yara is not working after v3.2 update #528

Closed Feals-404 closed 3 years ago

Feals-404 commented 3 years ago

Tracker_Yara.py is not working at all after i update to v3.2 When i try running Tracker_Yara.py i got the following error message :

Traceback (most recent call last):
  File "./Tracker_Yara.py", line 67, in <module>
    rules = Tracker.reload_yara_rules()
  File "/usr/share/AIL-framework/bin/lib/Tracker.py", line 92, in reload_yara_rules
    rules = yara.compile(filepaths=rule_dict)
yara.Error: (2, 'No such file or directory')