Part of reven.api View In Hierarchy
A running process.
| Method | __init__ | |
| Method | pid | The process identifier. |
| Method | name | The process name. |
| Method | cr3 | The process cr3. |
| Method | mapping | The process address space. |
| Method | __repr__ | Undocumented |
| Parameters | project | A Project instance. |
| rvn_process | A reven_api.process instance. |