Commit 1a91c283 by devttys0

Updated INSTALL documentation

parent 96761662
...@@ -31,12 +31,6 @@ $ sudo apt-get install libqt4-opengl python-opengl python-qt4 python-qt4-gl pyth ...@@ -31,12 +31,6 @@ $ sudo apt-get install libqt4-opengl python-opengl python-qt4 python-qt4-gl pyth
$ sudo pip install pyqtgraph $ 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: Binwalk's `--disasm` option requires the [Capstone](http://www.capstone-engine.org/) disassembly framework and its corresponding Python bindings:
```bash ```bash
...@@ -110,6 +104,9 @@ $ ./configure --with-ida=/home/user/ida-6.6 ...@@ -110,6 +104,9 @@ $ ./configure --with-ida=/home/user/ida-6.6
$ make ida $ make ida
``` ```
Or, simply copy the `src/scripts/binida.py` file into IDA's `plugins` directory.
Uninstallation Uninstallation
============== ==============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment