TOOLS AND SERVICES


BINWALK

<aside> 👉🏿

Filmware analysis tool. Binwalk can identify, and optionally extract, files and data that have been embedded inside of other files.

</aside>

COMMANDS AND OPTIONS

binwalk [options][file name]

OPTIONS

EXAMPLES

Simple Usage:

binwalk /tmp/firmware.bin

Scan and Extract:

binwalk -e /tmp/firmware.bin

Scan and Recursively Extract:

binwalk -Me /tmp/firmware.bin

Include/Exclude signatures: binwalk --exclude=jpeg,png,gif /tmp/firmware.bin