Package rekall :: Module interactive
[frames] | no frames]

Module interactive

source code

Functions
 
ImportEnvironment(**kwargs)
Initialize a caller's environment.
source code
Variables
  IPython = utils.ConditionalImport("IPython")
Function Details

ImportEnvironment(**kwargs)

source code 

Initialize a caller's environment.

Creates a new interactive environment and installs it into the caller's local namespace. After this call the usual rekall interactive environment will be added in the caller's local namespace.

For example:

from rekall import interactive

interactive.ImportEnvironment()

# Update the filename, load profile etc. rekal filename="xpimage.dd"

# Run the pslist command rendering to stdout. print pslist()