reven.api.Process(object)
class documentationreven.api
(View In Hierarchy)
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 |
Initialize a Process instance from a low-level object. Not meant to be called directly.
Use Project.process
or
Project.processes
instead.
Parameters | project | A Project instance. |
rvn_process | A reven_api.process instance. |