Binwalk
Key Features
Cheat Sheet
# Scan a firmware image for known file signatures
binwalk firmware.bin
# Automatically extract embedded files from a firmware image
binwalk -e firmware.bin
# Analyze entropy to detect encrypted or compressed sections
binwalk -E firmware.bin
# Recursively extract files from deeply embedded archives
binwalk -Me firmware.binInstallation
Usage
Common Use Cases
Resources
Last updated