#include "hashdb_tools_i.h"
Functions | |
uint8_t | hk_test (FILE *hFile) |
Test the file to see if it is a hashkeeper database. | |
uint8_t | hk_makeindex (TSK_HDB_INFO *hdb_info, TSK_TCHAR *dbtype) |
Process the database to create a sorted index of it. | |
uint8_t | hk_getentry (TSK_HDB_INFO *hdb_info, char *hash, OFF_T offset, TSK_HDB_FLAG_ENUM flags, TSK_HDB_LOOKUP_FN action, void *cb_ptr) |
Find the corresponding name at the given offset. |
|
Find the corresponding name at the given offset. The offset was likely determined from the index. The entries in the DB following the one specified are also processed if they have the same hash value and their name is different. The callback is called for each entry.
|
|
Process the database to create a sorted index of it. Consecutive entries with the same hash value are not added to the index, but will be found during lookup.
|
|
Test the file to see if it is a hashkeeper database.
|