What LZ4 Frame Inspector does
Validate the standard LZ4 frame magic, descriptor flags, block-size code, optional content size/dictionary ID, and descriptor xxHash32 checksum.
Input and output contract
Only the first 4 KiB is read. A structured JSON-like header report.
Important limitations
This is a frame-header inspector, not an LZ4 compressor/decompressor. The existing generic LZ4 Tool remains non-operational.
Safety
This Phase 44 Tool runs locally in the browser with explicit input bounds. It does not infer game compatibility or repair unsupported formats.