| Trees | Indices | Help | 
 | 
|---|
|  | 
 
Base class for ntfs plugins.
| 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 | |
| mode = hash(x) | |
| PHYSICAL_AS_REQUIRED = True(Inherited from rekall.plugin.PhysicalASMixin) | |
| PROFILE_REQUIRED = True(Inherited from rekall.plugin.ProfileCommand) | |
| ROW_OPTIONS = (Inherited from rekall.plugin.TypedProfileCommand) | |
| classes = (Inherited from rekall.plugin.Command) | |
| classes_by_name = (Inherited from rekall.plugin.Command) | |
| error_status = Nonehash(x) (Inherited from rekall.plugin.Command) | |
| interactive = False(Inherited from rekall.plugin.Command) | |
| plugin_args = Nonehash(x) (Inherited from rekall.plugin.ArgsParserMixin) | |
| plugin_feature = (Inherited from rekall.plugin.Command) | |
| producer = False(Inherited from rekall.plugin.Command) | |
| table_header = Nonehash(x) (Inherited from rekall.plugin.TypedProfileCommand) | |
| table_options = (Inherited from rekall.plugin.TypedProfileCommand) | |
| Properties | |
| name (Inherited from rekall.plugin.Command) | |
| Inherited from  | |
| Method Details | 
| 
 
A mixin for those plugins requiring a physical address space.
Args:
  physical_address_space: The physical address space to use. If not
    specified we use the following options:
    1) session.physical_address_space,
    2) Guess using the load_as() plugin,
    3) Use session.kernel_address_space.base.
 | 
| 
 
 | 
| 
 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:14 2017 | http://epydoc.sourceforge.net |