Package rekall :: Package plugins :: Package darwin :: Module common :: Class DarwinKASLRMixin
[frames] | no frames]

Class DarwinKASLRMixin

source code


Ensures that KASLR slide is computed and stored in the session.

Instance Methods
 
__init__(self, vm_kernel_slide=None, **kwargs)
A mixin for Darwin plugins that require a valid KASLR slide.
source code

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

Class Methods
 
args(cls, parser) source code
Properties

Inherited from object: __class__

Method Details

__init__(self, vm_kernel_slide=None, **kwargs)
(Constructor)

source code 
A mixin for Darwin plugins that require a valid KASLR slide.

Args:
  vm_kernel_slide: The integer KASLR slide used in this image. If not
  given it will be computed.

Overrides: object.__init__