What SQLite Header Inspector does
Parse selected fields from the documented 100-byte SQLite 3 database header.
Input and output contract
Only the first 4 KiB is read and the 16-byte SQLite format 3 signature is required. A structured JSON-like header report.
Important limitations
It does not walk b-trees, execute SQL, recover deleted records, or modify the database.
Safety
This Phase 44 Tool runs locally in the browser with explicit input bounds. It does not infer game compatibility or repair unsupported formats.