Package rekall :: Package plugins :: Package tools :: Module dynamic_profiles :: Class DisassembleStructMatcher
[frames] | no frames]

Class DisassembleStructMatcher

source code


Match a struct based on rules.

Instance Methods
 
__call__(self, struct, member=None) source code
 
__init__(self, session, profile, name, args)
x.__init__(...) initializes x; see help(type(x)) for signature (Inherited from rekall.plugins.tools.dynamic_profiles.DisassembleConstantMatcher)
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

__call__(self, struct, member=None)
(Call operator)

source code 
Overrides: DisassembleConstantMatcher.__call__