Commit 366a4faa by devttys0

Updated INSTALL.md

parent fe85cb77
...@@ -31,6 +31,12 @@ $ sudo apt-get install libqt4-opengl python-opengl python-qt4 python-qt4-gl pyth ...@@ -31,6 +31,12 @@ $ 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 requires 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
......
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