Skip to content

Commit

Permalink
Updated INSTALL documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Oct 1, 2014
1 parent 9676166 commit 1a91c28
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
==============

Expand Down

0 comments on commit 1a91c28

Please sign in to comment.