class documentation

class Process:

View In Hierarchy

Represents some basic information about a process.

Warnings

This object is not meant to be constructed directly. Use OssiContext.process instead.

Method __init__ Initializes a new Process instance from a low-level object.
Property name Property: The name of the process
Property pid Property: The Process IDentifier of the process
Property ppid Property: The PID of the parent of the process
Property asid Property: The address-space IDentifier of the process
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable _rvn_process Undocumented
def __init__(self, _rvn_process):

Initializes a new Process instance from a low-level object.

Warnings

This object is not meant to be constructed directly. Use OssiContext.process instead.

Information

Parameters_rvn_processlow-level process
_rvn_process =

Undocumented

@property
name =

Property: The name of the process

@property
pid =

Property: The Process IDentifier of the process

@property
ppid =

Property: The PID of the parent of the process

@property
asid =

Property: The address-space IDentifier of the process

x86 Architecture

Most of the time, the asid will correspond to the CR3. This can be relied upon in ring 3, but occasionally the values may differ in ring 0.

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.