Difference between revisions of "Tsk loaddb"

From SleuthKitWiki
Jump to: navigation, search
(Created page with "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 in...")
(No difference)

Revision as of 18:31, 27 October 2010

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. To learn about the tables that are in the database, refer to the 'tsk3/auto/auto_db.cpp' file ([1] for example) and search for the "CREATE" statements.