Package rekall :: Package plugins :: Package darwin :: Module pfn :: Class DarwinVadMap
[frames] | no frames]

Class DarwinVadMap

source code


Instance Methods
 
GeneratePageMetatadata(self, task)
A Generator of vaddr, metadata for each page.
source code
 
FormatMetadata(self, type, metadata, offset=None) (Inherited from rekall.plugins.common.pfn.VADMapMixin) source code
 
collect(self) (Inherited from rekall.plugins.common.pfn.VADMapMixin) source code

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

Class Variables
  name = 'vadmap' (Inherited from rekall.plugins.common.pfn.VADMapMixin)
  table_header = [{'hidden': True, 'name': '_EPROCESS', 'type': ... (Inherited from rekall.plugins.common.pfn.VADMapMixin)
Properties

Inherited from object: __class__

Method Details

GeneratePageMetatadata(self, task)

source code 

A Generator of vaddr, metadata for each page.

Overrides: common.pfn.VADMapMixin.GeneratePageMetatadata
(inherited documentation)