| Trees | Indices | Help |
|
|---|
|
|
This is a direct file AS.
For this AS to be instantiated, we need
1) A valid config.filename
2) no one else has picked the AS before us
3) base == None (we dont operate on anyone else so we need to be right at the bottom of the AS stack.)
| Nested Classes | |
|
__metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.addrspace.BaseAddressSpace) |
|
|
top_level_class This is the base class of all Address Spaces. (Inherited from rekall.addrspace.BaseAddressSpace) |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
|
|||
| Class Variables | |
order = 100
|
|
classes =
(Inherited from rekall.addrspace.BaseAddressSpace)
|
|
classes_by_name =
(Inherited from rekall.addrspace.BaseAddressSpace)
|
|
name =
(Inherited from rekall.addrspace.BaseAddressSpace)
|
|
plugin_feature =
(Inherited from rekall.addrspace.BaseAddressSpace)
|
|
virtualized = False
(Inherited from rekall.addrspace.BaseAddressSpace)
|
|
volatile = False
(Inherited from rekall.addrspace.BaseAddressSpace)
|
|
| Properties | |
|
Inherited from |
| Method Details |
Base is the AS we will be stacking on top of, opts are options which
we may use.
Args:
base: A base address space to stack on top of (i.e. delegate to it for
satisfying read requests).
session: An optional session object.
profile: An optional profile to use for parsing the address space
(e.g. needed for hibernation, crash etc.)
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:00 2017 | http://epydoc.sourceforge.net |