A running process.

Method __init__ Initialize a Process instance from a low-level object. Not meant to be called directly.
Method pid Property: The process identifier.
Method name Property: The process name.
Method cr3 Property: The process cr3.
Method mapping Property: The process address space.
Method __repr__ Undocumented
def __init__(self, project, rvn_process):

Initialize a Process instance from a low-level object. Not meant to be called directly.

Use Project.process or Project.processes instead.

ParametersprojectA Project instance.
rvn_processA reven_api.process instance.
@property
def pid(self):

Property: The process identifier.

@property
def name(self):

Property: The process name.

@property
def cr3(self):

Property: The process cr3.

@property
def mapping(self):

Property: The process address space.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.