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 Ubuntu, or an Ubuntu-based operating system
Install the Rust compiler:
sudo apt install curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y . $HOME/.cargo/env
Download binwalk:
sudo apt install git git clone https://github.com/ReFirmLabs/binwalk
Install dependencies:
sudo ./binwalk/dependencies/ubuntu.sh
Compile Binwalk:
cd binwalk cargo build --release
Tip
The compiled binary will be located at binwalk/target/release/binwalk.
binwalk/target/release/binwalk
You may copy it to, and run it from, any directory you prefer.