What ZIP Local Header Inspector does
Inspect the first PKZIP local-file header, compression method, flags, sizes, CRC field, file name, and extra-field length.
Input and output contract
Only the first 4 KiB is read and the file must begin with a local-file header signature. A structured JSON-like header report.
Important limitations
It does not enumerate the central directory, decompress entries, validate CRC data, or claim support for encrypted/ZIP64 archive semantics.
Safety
This Phase 44 Tool runs locally in the browser with explicit input bounds. It does not infer game compatibility or repair unsupported formats.