FindYara – IDA Python Plugin To Scan Binary With Yara Rules

FindYara uses IDA python plugin to scan your binary with yara rules. All the yara rule matches will be listed with their offset so you can quickly hop to them! FindYara Installation Install yara-python Using pip: pip install yara-python Other methods: https://pypi.python.org/pypi/yara-python Copy FindYara.py to your IDA “plugins” directory Also ReadDarkSpiritz : A Penetration Testing …