Package rekall :: Package plugins :: Package tools :: Module aff4acquire :: Class AddressSpaceWrapper
[frames] | no frames]

Class AddressSpaceWrapper

source code


A wrapper around an address space.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
Read(self, length) source code

Inherited from pyaff4.aff4.AFF4Stream: Prepare, Seek, Size, Tell, Write, WriteStream, flush, read, seek, tell, write

Inherited from pyaff4.aff4.AFF4Object: Flush, IsDirty, LoadFromURN, MarkDirty, __enter__, __exit__

Inherited from unreachable.newobject: __long__, __native__, __nonzero__, __unicode__, next

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

Class Variables

Inherited from pyaff4.aff4.AFF4Stream: readptr, size

Properties

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Read(self, length)

source code 
Overrides: pyaff4.aff4.AFF4Stream.Read