The Sleuth Kit  4.10.2
Classes | Macros | Enumerations
tsk_auto.h File Reference

Contains the class definitions for the automated file extraction classes. More...

#include "tsk/base/tsk_base.h"
#include "tsk/img/tsk_img.h"
#include "tsk/vs/tsk_vs.h"
#include "tsk/fs/tsk_fs.h"
#include "tsk/pool/tsk_pool.h"
#include <string>
#include <vector>

Classes

struct  TskAuto::error_record
 
class  TskAuto
 C++ class that automatically analyzes a disk image to extract files from it. More...
 

Macros

#define TSK_AUTO_TAG   0x9191ABAB
 

Enumerations

enum  TSK_FILTER_ENUM { TSK_FILTER_CONT = 0x00, TSK_FILTER_STOP = 0x01, TSK_FILTER_SKIP = 0x02 }
 

Detailed Description

Contains the class definitions for the automated file extraction classes.

Note that this file is not meant to be directly included. It is included by libtsk.h.

Enumeration Type Documentation

Enumerator
TSK_FILTER_CONT 

Framework should continue to process this object.

TSK_FILTER_STOP 

Framework should stop processing the image.

TSK_FILTER_SKIP 

Framework should skip this object and go on to the next.


Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.