Commit c0646715 by devttys0

Updated README and INSTALL

parent 64bf06ac
......@@ -25,15 +25,20 @@ If easy_install.sh didn't work, or if you want to only install the core dependen
INSTALLING CORE DEPENDENCIES
----------------------------------
Binwalk has two core dependencies:
Binwalk has three core dependencies:
o python-magic
o libfuzzy
o pyqtgraph
You can install python-magic from your distro's repositories, or from source (ftp://ftp.astron.com/pub/file/):
$ sudo apt-get install python-magic
Likewise, libfuzzy can be installed from your distro's repositories, or from source (http://ssdeep.sourceforge.net/#download):
$ sudo apt-get install libfuzzy2
Next, you'll need to install the dependencies for pyqtgraph (you may also need to install OpenGL drivers for your video card):
$ sudo apt-get install python-opengl python-qt4 python-qt4-gl python-numpy python-scipy
......
Binwalk
=======
Binwalk is a fast, easy to use tool for firmware analysis, extraction and reverse engineering.
Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
See [binwalk.org](http://binwalk.org) for usage, screenshots and examples.
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