diff --git a/INSTALL.md b/INSTALL.md index 4c302ca12..8f16f0e9d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,12 +31,6 @@ $ sudo apt-get install libqt4-opengl python-opengl python-qt4 python-qt4-gl pyth $ sudo pip install pyqtgraph ``` -Binwalk's "Fuzzy Hashing" options require the libfuzzy library: - -```bash -$ sudo apt-get install libfuzzy2 -``` - Binwalk's `--disasm` option requires the [Capstone](http://www.capstone-engine.org/) disassembly framework and its corresponding Python bindings: ```bash @@ -110,6 +104,9 @@ $ ./configure --with-ida=/home/user/ida-6.6 $ make ida ``` +Or, simply copy the `src/scripts/binida.py` file into IDA's `plugins` directory. + + Uninstallation ==============