[sleuthkit-users] Using TSK from Java without SQLite
Brought to you by:
carrier
From: Robert J. <sro...@gm...> - 2016-04-04 16:41:31
|
I would like to use TSK from Java, but don't want to go through SQLite. Instead, without generating a SQLite databse, I'd like to use TSK much as I would from C or C++. Is this possible? Specifically, I'd like to: * Enumerate all files (from the FS metadata) * Iterate through each file's metadata and allocation info How do I do that? |