| Trees | Indices | Help |
|
|---|
|
|
Load user provided plugins.
This probably is only useful after the interactive shell started since you can already use the --plugin command line option.
| Nested Classes | |
|
__metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.plugin.Command) |
|
|
top_level_class A command can be run from the rekall command line. (Inherited from rekall.plugin.Command) |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Class Variables | |
interactive = True
|
|
classes =
(Inherited from rekall.plugin.Command)
|
|
classes_by_name =
(Inherited from rekall.plugin.Command)
|
|
error_status = Nonehash(x) (Inherited from rekall.plugin.Command) |
|
mode = Nonehash(x) (Inherited from rekall.plugin.Command) |
|
plugin_feature =
(Inherited from rekall.plugin.Command)
|
|
producer = False
(Inherited from rekall.plugin.Command)
|
|
| Properties | |
| name (Inherited from rekall.plugin.Command) | |
|
Inherited from |
|
| Method Details |
The constructor for this command.
Commands can take arbitrary named args and have access to the running
session.
Args:
session: The session we will use. Many options are taken from the
session by default, if not provided. This allows users to omit
specifying many options.
ignore_required: If this is true plugin constructors must allow the
plugin to be instantiated with no parameters. All parameter
validation shall be disabled and construction must succeed.
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:05 2017 | http://epydoc.sourceforge.net |