<aside> 👉🏿
Filmware analysis tool. Binwalk can identify, and optionally extract, files and data that have been embedded inside of other files.
</aside>
binwalk [options][file name]
OPTIONS
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