Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
# Binwalk Professional Edition
After years of developing and supporting binwalk as an open source project we have finally sold out to the man and released a cloud-based firmware extraction engine called *Binwalk Pro*. After all someone needs to pay devttys0 so he can buy more milling equipment and feed his children (in that order). Please consider subscribing and reap the benefits of getting actual customer support for all your firmware extraction needs. Please visit https://www.refirmlabs.com/binwalk-pro/ for more information.
### Installation and Usage
*[Installation](./INSTALL.md)
...
...
@@ -22,36 +18,6 @@ After years of developing and supporting binwalk as an open source project we ha
More information on [Wiki](https://github.com/ReFirmLabs/binwalk/wiki)
## Quick start
### Installation
Binwalk follows the standard Python installation procedure:
```bash
$ sudo python setup.py install
```
If you're running Python 2.x, installing the optional Python lzma module is strongly recommended (but not required):
```bash
$ sudo apt-get install python-lzma
```
For instructions on installing other optional dependencies, see [installation guide](https://github.com/ReFirmLabs/binwalk/blob/master/INSTALL.md).
For additional examples and descriptions of advanced options, see the [wiki](https://github.com/ReFirmLabs/binwalk/wiki).
After years of developing and supporting binwalk as an open source project we have finally sold out to the man and released a cloud-based firmware extraction engine called *Binwalk Pro*. After all someone needs to pay devttys0 so he can buy more milling equipment and feed his children (in that order). Please consider subscribing and reap the benefits of getting actual customer support for all your firmware extraction needs. Please visit https://www.refirmlabs.com/binwalk-pro/ for more information.