Package rekall :: Package plugins :: Package filesystems :: Module tsk :: Class AS_Img_Info
[frames] | no frames]

Class AS_Img_Info

source code


Instance Methods
 
__init__(self, address_space)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
close(self)
void Img_Info.close();
source code
 
read(self, offset, size)
uint64_t Img_Info.read(TSK_OFF_T off ,OUT char * buf, size_t len);
source code
 
get_size(self)
uint64_t Img_Info.get_size();
source code

Inherited from pytsk3.Img_Info: __getattribute__, __new__, __nonzero__

Inherited from object: __delattr__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, address_space)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

close(self)

source code 

void Img_Info.close();

Closes the image

Overrides: pytsk3.Img_Info.close
(inherited documentation)

read(self, offset, size)

source code 

uint64_t Img_Info.read(TSK_OFF_T off ,OUT char * buf, size_t len);

Read a random buffer from the image

Overrides: pytsk3.Img_Info.read
(inherited documentation)

get_size(self)

source code 

uint64_t Img_Info.get_size();

Retrieve the size of the image

Overrides: pytsk3.Img_Info.get_size
(inherited documentation)