| Trees | Indices | Help |
|
|---|
|
|
The session allows for storing of arbitrary values and configuration.
This session contains a lot of convenience features which are useful for interactive use.
| Nested Classes | |
|
__metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.session.Session) |
|
|
top_level_class Base session. (Inherited from rekall.session.Session) |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
| Class Variables | |
session_list =
|
|
SERIALIZABLE_STATE_PARAMETERS =
(Inherited from rekall.session.Session)
|
|
classes =
(Inherited from rekall.session.Session)
|
|
classes_by_name =
(Inherited from rekall.session.Session)
|
|
plugin_feature =
(Inherited from rekall.session.Session)
|
|
privileged = False
(Inherited from rekall.session.Session)
|
|
| Properties | |
| session_id | |
|
address_resolver A convenience accessor for the address resolver implementation. (Inherited from rekall.session.Session) |
|
| default_address_space (Inherited from rekall.session.Session) | |
| logging (Inherited from rekall.session.Session) | |
| physical_address_space (Inherited from rekall.session.Session) | |
| profile (Inherited from rekall.session.Session) | |
|
repository_managers The IO managers that are used to fetch profiles from the profile repository. (Inherited from rekall.session.Session) |
|
| volatile (Inherited from rekall.session.Session) | |
|
Inherited from |
|
| Method Details |
Creates an interactive session.
Args:
env: If passed we use this dict as the local environment.
use_config_file: If True we merge the system's config file into the
session. This helps set the correct profile paths for example.
kwargs: Arbitrary parameters to store in the session.
Returns:
an interactive session object.
|
str(x)
|
|
Creates a new session and adds it to the list. Returns: the new session. |
|
|
| Property Details |
session_id
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:27 2017 | http://epydoc.sourceforge.net |