archive_slack
Analyzes ZIP archives for slack spaces between file entries and hex-dumps hidden data concealed in unused bytes.
Instructions
Slack space analysis for ZIP archives. Identifies and hex-dumps gaps between ZIP local file entries. Slack spaces are unused bytes between entries that can conceal hidden data without altering the archive's functionality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to ZIP archive | |
| max_dump_size | No | Max bytes to hex-dump per slack space (default: 256) |