Stores case-level information in a database on one or more disk images. More...
#include <tsk_case_db.h>
Stores case-level information in a database on one or more disk images.
Add an image to the database.
This method does not allow you to customize any of the settings for ingest (such as hash calculation, and block map population). Use TskCaseDb::initAddImage() to set these values.
References TskAutoDb::commitAddImage(), TskAutoDb::revertAddImage(), and TskAutoDb::startAddImage().
Prepares the process to add an image to the database.
This method allows the caller to specify options to be used during the ingest.
Creates a new single-user case with a new database and initializes its tables.
Fails if there's already a file at the given path.
References PRIttocTSK, tsk_error_reset(), tsk_error_set_errno(), and tsk_error_set_errstr().
Opens a single-user case from an existing database.
References PRIttocTSK, tsk_error_reset(), tsk_error_set_errno(), and tsk_error_set_errstr().
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.