file_format_analyzer
Identify binary file formats via magic bytes, parse common containers (PNG, ZIP, JPEG, PDF), and display chunk hierarchy with offsets, sizes, and metadata.
Instructions
Analyze binary file format structures: identify format via magic bytes, parse containers (RIFF/WebP, PNG, ZIP, JPEG, PDF), and show chunk hierarchy with offsets, sizes, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to analyze | |
| max_chunks | No | Maximum number of chunks/sections to parse | |
| hexdump_size | No | Bytes to hexdump from each chunk header (0 to disable) |