Tsk loaddb
From SleuthKitWiki
Back to Help Documents
tsk_loaddb will save the image, volume, and file metadata to a SQLite database. The database can be used by other programs so that they can access information about the image without using all of the TSK methods.
There are two versions of the schema.
- Version 1 was released with TSK 3.2. Its schema was never officially documented, but you can figure it out by looking at the CREATE statements in tsk3/auto/auto_db.cpp.
- SQLite Database v2 Schema