Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 618 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 618 Bytes

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:

$ autoreconf
$ ./configure
$ make
$ sudo make install

For instructions on installing optional dependencies, see INSTALL.md.

For advanced installation options, see INSTALL.md.

Usage

Basic usage is simple:

$ binwalk firmware.bin

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