Skip to content
devttys0 edited this page Oct 16, 2024 · 23 revisions

Scan a file's contents

binwalk /tmp/firmware.bin

Scan and extract a file's contents

binwalk -e /tmp/firmware.bin

Scan and recursively extract a file's contents

binwalk -Me /tmp/firmware.bin

List all supported signatures

binwalk --list

Generate an entropy graph of a file's contents

binwalk -E /tmp/firmware.bin

Note

The entropy graph will be saved as a PNG image in your current working directory

Clone this wiki locally