Brian Carrier
Brian Carrier
Hey Andrew, I don't think we did anything explicit to disable that feature as part of our changes to make the tool more library friendly and I'm not sure we...
The current code has essentially the same functionality as the previous release. We made a bunch of internal changes to make it more library-friendly and to fix some memory leaks,...
No. Scalpel doesn't know anything about file systems to know what is unallocated. We tried to do this with Autopsy and have it feed the unallocated space into scalpel in...
It's stuck in the ISO9660 code trying a bunch of things. Is it an image of a CD? My guess is 'no', given it's 15GB.
We have this on our TODO list to look at. My guess (w/out looking at the data yet) is that some images have "random" data in unallocated space that passes...
On a quick review of your image, I see: - There is some unused space that is not part of a partition and TSK assigns one to it (marked as...
@InvisiblePhil I'm trying to find code that actually uses dev_bsize. Did you see an issue with this being teh wrong value? I'm wondering why that value exists any more...
Hi @joachimmetz. Thanks for this. We are trying to figure out if there are other uses of roundup() that we need to address and if we should instead make a...
Hey Simson. We disabled it back in May because of the limits that Travis now has for open source projects. It was always timing out and erroring out. Apparently we...
@uckelman-sf : Can you define the "Broken" you were trying to fix? I just realized on my mac that TSK doesn't find 'cppunit' that I install via homebrew, but this...