Name Last update
src Loading commit data...
API.md Loading commit data...
INSTALL.md Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README.md Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
deps.sh Loading commit data...
setup.py Loading commit data...

Description

Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.

Installation

Binwalk follows the standard Unix configure/make installation procedure:

$ ./configure
$ make
$ sudo make install

For convenience, optional dependencies for automatic extraction and graphical visualizations can be installed by running the included deps.sh script:

$ ./deps.sh

If your system is not supported by deps.sh, or if you wish to manually install dependencies, see INSTALL.md.

For advanced installation options, see INSTALL.md.

Usage

Basic usage is simple:

$ binwalk firmware.bin

For additional examples and desriptions of advanced options, see the wiki.