archive_structure
Analyzes ZIP archive structure by listing local file headers with byte offsets, compressed/uncompressed sizes, compression method, CRC-32, flags, and data start offsets for low-level structural mapping.
Instructions
ZIP entry structure analysis. Lists all local file headers with their byte offsets, compressed and uncompressed sizes, compression method, CRC-32, flags, and data start offsets. Provides a low-level structural map of the archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to ZIP archive |