The Sleuth Kit Framework
4.1
|
Interface for class that will carve an unallocated sectors image file. More...
#include <CarveExtract.h>
Public Member Functions | |
virtual int | processFile (int unallocImgId)=0 |
Carve a specified unallocated sectors image file. More... | |
virtual | ~CarveExtract () |
Virtual destructor to ensure derived class constructors are called polymorphically. | |
Interface for class that will carve an unallocated sectors image file.
The design assumes that the unallocated sectors image file was created by a CarvePrep implementation.
|
pure virtual |
Carve a specified unallocated sectors image file.
unallocImgId | Id of the file to carve. |
Implemented in TskCarveExtractScalpel.
Copyright © 2011-2013 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.