We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Note
The following assumes you are running an Ubuntu, or similar, operating system. The sudo apt commands may be different for your system.
sudo apt
Install docker:
sudo apt install docker.io
Download binwalk:
sudo apt install git git clone https://github.com/ReFirmLabs/binwalk
Build the docker image:
cd binwalk docker build -t binwalk .
Tip
To get colorized output from Binwalk, use docker's -t flag.
-t
To share a local directory with the docker image, use docker's -v flag.
-v
The default working directory inside the docker image is /home/appuser.
/home/appuser
sudo docker run -t -v .:/home/appuser binwalk ./firmware.bin