| Trees | Indices | Help |
|
|---|
|
|
Modifies parameters of the current analysis session.
Any session parameters can be set here. For example:
smod colors="no", paging_limit=10, pager="less"
| 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 |
Declare the command line args this plugin needs.
|
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.
|
Produce results on the renderer given. Each plugin should implement this method to produce output on the renderer. The framework will initialize the plugin and provide it with some kind of renderer to write output on. The plugin should not assume that the renderer is actually TextRenderer, only that the methods defined in the BaseRenderer exist. Args: renderer: A renderer based at rekall.ui.renderer.BaseRenderer.
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:57 2017 | http://epydoc.sourceforge.net |