소개
This skill provides comprehensive guidance for restoring data from SQLite databases suffering from binary truncation, incomplete writes, or filesystem errors. It helps users analyze raw file structures using hex dumps to identify specific corruption patterns, such as missing headers or partial pages, and provides systematic Python-based implementation patterns for parsing SQLite's internal page structures. By focusing on low-level technical details like varint encoding and big-endian serial types, it enables successful data extraction even when standard command-line utilities report malformed disk images.