File: README.md

package info (click to toggle)
binwalk 2.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,168 kB
  • ctags: 1,301
  • sloc: python: 4,251; ansic: 1,990; sh: 118; makefile: 98
file content (30 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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](https://github.com/devttys0/binwalk/wiki).