API Reference
Every public class, method and helper PyMemoryEditor exposes. For task-oriented walkthroughs, see the User Guide.
At a glance
| Symbol | What it is |
|---|---|
OpenProcess | The unified entry point — read, write, scan, allocate. |
| Enums | ScanTypesEnum, ProcessOperationsEnum, MemoryProtectionsEnum. |
MemoryRegion | One region of the target's address space. |
RemotePointer | A live, re-resolving handle to a typed value. |
PointerPath | A discovered static pointer path from a reverse scan. |
ModuleInfo | A loaded executable or shared library. |
ThreadInfo | A thread running inside the target. |
| Errors | The exception hierarchy. |
| Utilities | Low-level helpers under PyMemoryEditor.util. |