The Sleuth Kit Framework  4.1
Public Member Functions | List of all members
CarveExtract Class Referenceabstract

Interface for class that will carve an unallocated sectors image file. More...

#include <CarveExtract.h>

Inheritance diagram for CarveExtract:
TskCarveExtractScalpel

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.
 

Detailed Description

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.

Member Function Documentation

virtual int CarveExtract::processFile ( int  unallocImgId)
pure virtual

Carve a specified unallocated sectors image file.

Parameters
unallocImgIdId of the file to carve.
Returns
1 on error.

Implemented in TskCarveExtractScalpel.


The documentation for this class was generated from the following file:

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.