The Sleuth Kit Framework
4.1
|
Interface for class that prepares for later carving. More...
#include <CarvePrep.h>
Public Member Functions | |
virtual int | processSectors ()=0 |
Make one or more unallocated sectors image files to carve. More... | |
virtual | ~CarvePrep (void) |
Virtual destructor to ensure derived class constructors are called polymorphically. | |
Interface for class that prepares for later carving.
CarvePrep is responsible for making unallocated sectors image files for later carving. The implementation can choose to create 1 or dozens of such files. Refer to Carving Files for details, but this class should get unallocated image IDs from TskImgDB, populate the unalloc_alloc map in the database, and schedule each unallocated image for later carving.
|
pure virtual |
Make one or more unallocated sectors image files to carve.
Implemented in TskCarvePrepSectorConcat.
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.