The Sleuth Kit
4.2
|
Represents a TSK SQLite hash database (it doesn't need an external index). More...
#include <tsk_hashdb.h>
Public Attributes | |
TSK_HDB_INFO | base |
sqlite3 * | db |
sqlite3_stmt * | insert_into_comments |
sqlite3_stmt * | insert_into_file_names |
sqlite3_stmt * | insert_md5_into_hashes |
Once initialized, prepared statements are tied to a specific database. | |
sqlite3_stmt * | select_from_comments |
sqlite3_stmt * | select_from_file_names |
sqlite3_stmt * | select_from_hashes_by_md5 |
Represents a TSK SQLite hash database (it doesn't need an external index).
Copyright © 2007-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.