The Sleuth Kit Framework  4.1
Public Member Functions | List of all members
UnallocRun Class Reference

Stores information that can map a region in the original disk image to a region in one of the chunks of unallocated space (as created by the CarvePrep implementation. More...

#include <UnallocRun.h>

Public Member Functions

uint64_t getAllocStart () const
 
uint64_t getLength () const
 
int getUnallocImgId () const
 
uint64_t getUnallocStart () const
 
int getVolId () const
 
 UnallocRun (int a_volId, int a_unallocImgId, uint64_t a_unallocStart, uint64_t a_length, uint64_t a_allocStart)
 Stores mapping between the unallocated images that are used for carving and the original images. More...
 

Detailed Description

Stores information that can map a region in the original disk image to a region in one of the chunks of unallocated space (as created by the CarvePrep implementation.

Constructor & Destructor Documentation

UnallocRun::UnallocRun ( int  a_volId,
int  a_unallocImgId,
uint64_t  a_unallocStart,
uint64_t  a_length,
uint64_t  a_allocStart 
)

Stores mapping between the unallocated images that are used for carving and the original images.

Parameters
a_volIdVolume ID in original image that sector run is located in.
a_unallocImgIdID of the unallocated image
a_unallocStartStarting sector in unallocated image
a_lengthNumber of sectors in run
a_allocStartStarting sector in original image

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

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.