Package rekall :: Package plugins :: Package tools :: Module repository_manager :: Class RepositoryPlugin
[frames] | no frames]

Class RepositoryPlugin

source code


A plugin to manage a type of profile in the repository.

Nested Classes
  __metaclass__
Automatic Plugin Registration through metaclasses.
  top_level_class
A plugin to manage a type of profile in the repository.
Instance Methods
 
__init__(self, session=None, **kwargs)
Instantiate the plugin with the provided kwargs.
source code
 
TransformProfile(self, profile)
Transform the profile according to the specified transforms.
source code
 
BuildIndex(self) source code
 
LaunchPlugin(self, plugin_name, *pos, **kwargs)
Runs a plugin in another process.
source code
 
LaunchBuilder(self, *args)
Relaunch this builder with the provided parameters.
source code
 
Build(self, renderer)
Implementation of the build routine.
source code

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

Class Methods
 
ImplementationByClass(self, name) source code
 
ImplementationByName(self, name) source code
Class Variables
  classes = {'ArtifactProfile': <class 'rekall.plugins.tools.rep...
  classes_by_name = {None: [<class 'rekall.plugins.tools.reposit...
  plugin_feature = 'RepositoryPlugin'
Properties

Inherited from object: __class__

Method Details

__init__(self, session=None, **kwargs)
(Constructor)

source code 

Instantiate the plugin with the provided kwargs.

Overrides: object.__init__

Class Variable Details

classes

Value:
{'ArtifactProfile': <class 'rekall.plugins.tools.repository_manager.Ar\
tifactProfile'>,
 'CopyAndTransform': <class 'rekall.plugins.tools.repository_manager.C\
opyAndTransform'>,
 'LinuxProfile': <class 'rekall.plugins.tools.repository_manager.Linux\
Profile'>,
 'OSXProfile': <class 'rekall.plugins.tools.repository_manager.OSXProf\
ile'>,
...

classes_by_name

Value:
{None: [<class 'rekall.plugins.tools.repository_manager.RepositoryPlug\
in'>,
        <class 'rekall.plugins.tools.repository_manager.WindowsGUIDPro\
file'>,
        <class 'rekall.plugins.tools.repository_manager.CopyAndTransfo\
rm'>,
        <class 'rekall.plugins.tools.repository_manager.OSXProfile'>,
        <class 'rekall.plugins.tools.repository_manager.LinuxProfile'>\
...