binwalk_extract_tool
Automatically extract embedded files (ZIP, ELF, etc.) from a binary and recursively unpack nested archives.
Instructions
Extract embedded files from a binary using binwalk.
Automatically extracts known file types (ZIP, ELF, etc.) found within the binary. Uses recursive extraction to handle nested archives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to extract from | |
| output_dir | No | Optional custom extraction directory. When omitted, files are written to ``./extractions/<filename>/``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||