Notifications
Clear all
Topic starter
13/07/2011 10:42 pm
I'm wondering if something is possible in FTK 3.
Let's say I have an image of a drive, and I'm looking at the entire image in the hex viewer. I've identified an area of the disk as corrupt. Is there a way for me to identify what file the corrupt section is part of?
13/07/2011 11:38 pm
Parse the MFT. If you're lucky, it's going to be the first cluster of a file. If you're unlucky, it's going to be in a data run which means you'll have to map the whole thing.
14/07/2011 1:13 pm
I would use the
Paul