file_embedded
Scan binary files to discover hidden or appended files by searching for known magic byte signatures at every offset.
Instructions
Scan for embedded files within a binary, similar to binwalk. Searches for known magic byte signatures at every offset within the file to discover hidden or appended files, concatenated archives, and other embedded content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to file | |
| scan_depth | No | Bytes to scan (default: full file) |