binwalk
Scans binary files to identify embedded file signatures, compressed data, and filesystem structures, then extracts discovered files for firmware analysis and reverse engineering.
Instructions
Firmware analysis tool — scans binary files for embedded file signatures, compressed data, and filesystem structures. Automatically extracts discovered files when using -e. Use for reverse engineering firmware images, IoT device binaries, or any blob that may contain embedded files. Output: offset map of discovered signatures and extracted file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional binwalk options. Default: -e (extract embedded files). Use '-M' for recursive scan. | |
| filepath | Yes | Path to firmware image or binary file to analyze |