Difference between revisions of "Tsk loaddb"

From SleuthKitWiki
Jump to: navigation, search
(Added links to newer schema versions)
 
Line 8: Line 8:
 
* [[SQLite Database v3 Schema]]
 
* [[SQLite Database v3 Schema]]
 
* [[SQLite Database v6 Schema]]
 
* [[SQLite Database v6 Schema]]
 +
* [[Database v7.2 Schema]]
  
  
 
[http://www.sleuthkit.org/sleuthkit/man/tsk_loaddb.html Automatically Updated man Page]
 
[http://www.sleuthkit.org/sleuthkit/man/tsk_loaddb.html Automatically Updated man Page]

Latest revision as of 11:34, 21 November 2017

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 multiple versions of the schema.


Automatically Updated man Page