r.a.ProcessSwitch(object) : class documentation

Part of reven.api View In Hierarchy

A process switch during an execution.

Method __init__ Undocumented
Method pid The new process identifier.
Method cr3 The new CR3 values.
Method point Execution point where the switch occurred.
Method process The new process.
Method __repr__ Undocumented
def __init__(self, revn, rvn_proc_switch):
Undocumented
@property
def pid(self):

The new process identifier.

@property
def cr3(self):

The new CR3 values.

@property
def point(self):

Execution point where the switch occurred.

@property
def process(self):

The new process.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.