Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
binwalk
Commits
5580348e
Commit
5580348e
authored
11 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated INSTALL documentation
parent
2d653a91
master
…
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.0.1
v2.0.0
python27
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
30 deletions
+13
-30
INSTALL
INSTALL
+13
-30
No files found.
INSTALL
View file @
5580348e
...
...
@@ -10,36 +10,31 @@ You will also need to have a C compiler installed to build the supporting C libr
EASY INSTALL
INSTALLATION
----------------------------------
Dependency hell sucks, so binwalk ships with an easy_install.sh script that installs *everything*
and should work for most Debian or RedHat based distros:
Installation follows the typical configure/make process:
$ sudo ./easy_install.sh --sumount
$ ./configure
$ make
$ sudo make install
If easy_install.sh didn't work, or if you want to only install the core dependencies, read on.
You can also install optional dependencies and extraction utilities (works on most Debian/RedHat based systems):
$ make dependencies
Or see below for manaully installing optional dependencies / extraction utilities.
INSTALLING 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
INSTALLING OPTIONAL DEPENDENCIES
----------------------------------
Likewise, libfuzzy can be installed from your distro's repositories, or from source (http://ssdeep.sourceforge.net/#download)
:
Binwalk has one (optional) dependency, used for generating graphs and plots
:
$ sudo apt-get install libfuzzy2
o pyqtgraph
Next, y
ou'll need to install the dependencies for pyqtgraph (you may also need to install OpenGL drivers for your video card):
Y
ou'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
...
...
@@ -51,18 +46,6 @@ Most distros don't have pyqtgraph in their default repositories, so it's best to
INSTALLING BINWALK
----------------------------------
Binwalk can be installed using the included setup.py installer in the src/ directory:
$ sudo python ./setup.py install
The installer will check for core dependencies and warn you if any are missing or not compatible.
Note that setup.py also builds and installs the included C libraries.
INSTALLING EXTRACTION UTILITIES
----------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment