// artifact family
sqlite & data recovery
5 browser-only forensics tools in this catalog group — browse by artifact family when you know the kind of evidence you are working with, not the investigation pattern.
tools in this family
ordered as in the forensics catalog. every tool runs locally — no upload, no account.
- sqlite forensicsdrop any SQLite database · scan free pages for deleted row data · check WAL journal · list all tables · detect hidden data · recover partial deleted records · export CSV · runs locally
- sqlite record carverdrop a sqlite database · recover deleted records · parse free pages · unallocated space · extract surviving data · runs locally
- sqlite wal analyzerdrop -wal · optional .db schema · WAL header frames transactions · leaf page rows · page viewer · csv export · runs locally
- sqlite wal and free page deep reconstructordrop any sqlite database · simultaneously scan free pages · wal journal · and unallocated page regions · recover soft-deleted rows · uncommitted wal transactions · partial records · unified recovery report · runs locally
- database transaction log forensic analyzerdrop sql server ldf files or mysql binary log exports · parse transaction logs · recover insert update delete · rebuild modification history · runs locally