Package rekall :: Package plugins :: Package common :: Module memmap :: Class MemmapMixIn
[frames] | no frames]

Class MemmapMixIn

source code


A Mixin to create the memmap plugins for all the operating systems.

Instance Methods
 
__init__(self, *pos_args, **kwargs)
Calculates the memory regions mapped by a process or the kernel.
source code
 
render(self, renderer) source code

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

Class Methods
 
args(cls, parser)
Declare the command line args we need.
source code
Properties

Inherited from object: __class__

Method Details

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

source code 

Calculates the memory regions mapped by a process or the kernel.

If no process filtering directives are provided, enumerates the kernel address space.

Overrides: object.__init__