Package rekall :: Module obj :: Class ConstantProfileSectionLoader
[frames] | no frames]

Class ConstantProfileSectionLoader

source code


Nested Classes
  __metaclass__
Automatic Plugin Registration through metaclasses. (Inherited from rekall.obj.ProfileSectionLoader)
  top_level_class
A loader for a section in the profile JSON file. (Inherited from rekall.obj.ProfileSectionLoader)
Instance Methods
 
LoadIntoProfile(self, session, profile, constants)
Loads the data into the profile.
source code

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

Class Methods
 
ImplementationByClass(self, name) source code
 
ImplementationByName(self, name) source code
Class Variables
  name = '$CONSTANTS'
  classes = {'ArtifactDefinitionProfileSectionLoader': <class 'r... (Inherited from rekall.obj.ProfileSectionLoader)
  classes_by_name = {'$ARTIFACTS': [<class 'rekall.plugins.respo... (Inherited from rekall.obj.ProfileSectionLoader)
  order = 100 (Inherited from rekall.obj.ProfileSectionLoader)
  plugin_feature = 'ProfileSectionLoader' (Inherited from rekall.obj.ProfileSectionLoader)
Properties

Inherited from object: __class__

Method Details

LoadIntoProfile(self, session, profile, constants)

source code 

Loads the data into the profile.

Overrides: ProfileSectionLoader.LoadIntoProfile
(inherited documentation)

ImplementationByClass(self, name)
Class Method

source code 
Overrides: ProfileSectionLoader.ImplementationByClass

ImplementationByName(self, name)
Class Method

source code 
Overrides: ProfileSectionLoader.ImplementationByName