Re: [sleuthkit-users] body file + checksum - any tools
Brought to you by:
carrier
From: Stuart M. <st...@ap...> - 2014-03-14 00:47:51
|
By checksum do you mean the md5 hash field? If yes, I have some Java code, somewhat dormant but functional, that binds via JNI to the Sleuthkit library. And one sample program actually walks the filesystem and runs md5sum over each file's main attribute. You are welcome to it. Build instructions are a bit sketchy still, it's Maven based with a bit of make to do the C parts. On a related note, I have some bodyfile object comparison logic that might prove useful for comparing filesystems. Stuart |