-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Quick Start Guide
devttys0 edited this page Oct 15, 2024
·
23 revisions
Install the Rust compiler:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/envDownload binwalk:
git clone https://github.com/ReFirmLabs/binwalkInstall dependencies:
sudo ./binwalk/dependencies/ubuntu.shCompile Binwalk:
cd binwalk
cargo build --release./target/release/binwalk /tmp/firmware.bin./target/release/binwalk -Me /tmp/firmware.bin