Package rekall :: Package plugins :: Package addrspaces :: Module standard :: Class WritableAddressSpaceMixIn
[frames] | no frames]

Class WritableAddressSpaceMixIn

source code


This address space can be used to create new files.

NOTE: This does not participate in voting or gets automatically selected. It can only be instantiated directly.

Instance Methods
 
write(self, addr, data) source code
 
is_valid_address(self, unused_addr) source code
 
end(self) source code
 
read(self, addr, length) source code

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

Properties

Inherited from object: __class__