Jesse Kornblum
Jesse Kornblum
It sounds like you're looking for something from Tripwire or its open source tools, https://www.tripwire.com/
I am not sure what you're asking. You can redirect the DFXML output to a file like this: `$ hashdeep -d [FILES] > output.txt ` There is no option, however,...
My guess is that you will be I/O bound. This is a WAG, however, and not based on any information specific to your system. I also believe, but also don't...
If you have the time, you're welcome to go for it. Please let me know how it goes!
I don't quite understand the problem which you're attempting to solve here. Can you give an example of what goes wrong and how it should be? How would using XATTRs...
Hi Simson, The best explanation is at http://msdn.microsoft.com/en-us/library/aa365247(v=vs.85).aspx under "Maximum Path Length Limitation". Long story short: To fix this we would need to re-write the Win32 directory traversal code to...
Yes, please. On Tue, Apr 9, 2013 at 4:22 AM, Simson L. Garfinkel < [email protected]> wrote: > I have a rewritten version of the win32 traversal code that uses the...
Although not directly applicable to the Hashdeep code base, I have modified the ssdeep Win32 directory traversal code to use long paths. It's still in beta mode, but has potential....
You definitely want to be using the -l flag to ensure relative file paths. You'll also want to start each audit run inside of the target directory, e.g. cd src...
Hi Arya, I regret to say I have not worked on Hashdeep in some time and this issue has not been fixed. sorry, On Fri, Sep 13, 2019 at 7:46...