Re: [sleuthkit-users] Using TSK from Java without SQLite
Brought to you by:
carrier
From: Simson G. <si...@ac...> - 2016-04-06 18:05:01
|
TSK is written in C/C++ and can be called natively. See: http://www.sleuthkit.org/sleuthkit/docs/framework-docs/ For examples, you could look at the fiwalk source code, e.g.: https://github.com/sleuthkit/sleuthkit/blob/develop/tools/fiwalk/src/fiwalk_tsk.cpp On Mon, Apr 4, 2016 at 1:27 PM, Luís Filipe Nassif <lfc...@gm...> wrote: > You can try Stuart's tsk4j java bindings: > > https://github.com/uw-dims/tsk4j/ > > Luis > > 2016-04-04 13:40 GMT-03:00 Robert James <sro...@gm...>: >> >> 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? >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> sleuthkit-users mailing list >> https://lists.sourceforge.net/lists/listinfo/sleuthkit-users >> http://www.sleuthkit.org > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > |