forked from ReFirmLabs/binwalk
-
Notifications
You must be signed in to change notification settings - Fork 18
Using the Binwalk IDA Plugin
David Roman edited this page Feb 29, 2024
·
1 revision
The Binwalk IDA plugin can be installed using setup.py
by specifying the path to your IDA installation directory:
$ python setup.py idainstall --idadir=/home/user/ida
Once installed, there will be two new menu options in IDA's Search
drop-down menu list:
- binwalk signatures - Scans the loaded IDB for file signatures
- binwalk opcodes - Scans the loaded IDB for common opcode signatures
Results are printed to IDA's output window:
sudo python setup.py install