| Trees | Indices | Help |
|
|---|
|
|
| Nested Classes | |
|
top_level_class Baseclass for all TestRenderer object renderers. (Inherited from rekall.ui.renderer.ObjectRenderer) |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Static Methods | |||
|
|||
| Class Variables | |
renders_type =
|
|
DEFAULT_STYLE =
|
|
renderers =
|
|
COLUMNS = Nonehash(x) |
|
table = Nonehash(x) |
|
__metaclass__ = registry.MetaclassRegistryAutomatic Plugin Registration through metaclasses. (Inherited from rekall.ui.text.TextObjectRenderer) |
|
classes =
(Inherited from rekall.ui.renderer.ObjectRenderer)
|
|
classes_by_name =
(Inherited from rekall.ui.renderer.ObjectRenderer)
|
|
plugin_feature =
(Inherited from rekall.ui.renderer.ObjectRenderer)
|
|
| Properties | |
| address_size (Inherited from rekall.ui.text.TextObjectRenderer) | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Full render of a struct outputs every field.
|
This should be overloaded to return the header Cell.
Note that typically the same ObjectRenderer instance will be used to
render all Cells in the same column.
Args:
name: The name of the Column.
options: The options of the column (i.e. the dict which defines the
column).
Return:
A Cell instance containing the formatted Column header.
|
Compact render outputs only a few select columns, or repr.
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:40 2017 | http://epydoc.sourceforge.net |