This is a mixin that plugins can inherit for access to the main sessions APIs. More...
Public Member Functions | |
def | session_spaces (self, kernel_space) |
Generators unique _MM_SESSION_SPACE objects referenced by active processes. More... | |
def | find_session_space (self, kernel_space, session_id) |
Get a session address space by its ID. More... | |
This is a mixin that plugins can inherit for access to the main sessions APIs.
def volatility.plugins.gui.sessions.SessionsMixin.find_session_space | ( | self, | |
kernel_space, | |||
session_id | |||
) |
Get a session address space by its ID.
space | a kernel AS for process enumeration |
session_id | the session ID to find. |
def volatility.plugins.gui.sessions.SessionsMixin.session_spaces | ( | self, | |
kernel_space | |||
) |
Generators unique _MM_SESSION_SPACE objects referenced by active processes.
space | a kernel AS for process enumeration |
_MM_SESSION_SPACE instantiated from the session space native_vm.