Package rekall :: Module plugin :: Class KernelASMixin
[frames] | no frames]

Class KernelASMixin

source code


A mixin for those plugins which require a valid kernel address space.

This class ensures a valid kernel AS exists or an exception is raised.

Instance Methods
 
__init__(self, *args, **kwargs)
A mixin for plugins which require a valid kernel address space.
source code

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

Properties

Inherited from object: __class__

Method Details

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

source code 
A mixin for plugins which require a valid kernel address space.

Args:
  dtb: A potential dtb to be used.

Overrides: object.__init__