Package rekall :: Package plugins :: Package overlays :: Package linux :: Module elf :: Class ELFFileImplementation
[frames] | no frames]

Class ELFFileImplementation

source code


An implementation of a parser for ELF files.

Instance Methods

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

Class Methods
 
Modify(cls, profile) source code
 
modify(cls, profile)
This class should modify the profile appropritately. (Inherited from rekall.obj.ProfileModification)
source code
Static Methods
a new object with type S, a subtype of T
__new__(cls, profile) (Inherited from rekall.obj.ProfileModification) source code
Properties

Inherited from object: __class__