OALabs / findyara-ida

IDA python plugin to scan binary with Yara rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FindYara doesn't find yara rule in idb though yara identifies the rule in the file

shlomig123 opened this issue · comments

I ran yara on this file, and my rule (opcodes based) is recognized
When I ran FindYara on this idb in ida with the same rule (minus the mz check), it didnt find any results
Did it happen to anyone and they know how to solve this?