JusticeRage / Manalyze

A static analyzer for PE executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not load yara rules

JessyGothik opened this issue · comments

Hi!

I have a problem with the Yara rules. When I try to run an analysis (Example: manalyze sample.exe -p strings), I have the following error:

[!] Error: Could not load yara_rules/suspicious_strings.yara!
[!] Error: Could not load yara_rules/domains.yara!
* Manalyze 0.9 *

I checked the folder "/usr/local/manalyze/yara_rules" and there are Yara's rules.

Can you help me with this problem, please?

Thanks for the report! Interesting, I'm assuming you checked out the code from GitHub and built it yourself? On which OS?
If you run the command from /usr/local/manalyze, does it work (although it should work from any directory, obviously)?