User Guide
Task-oriented walkthroughs of every PyMemoryEditor workflow, from opening a process to following multi-level pointer chains. Each page is self-contained and cross-links to the relevant API reference.
New here? Read the Quick Start first, then come back for the in-depth version.
What’s covered
Core workflow — open a process, read/write values, and find addresses by value or byte pattern. This is the classic Cheat Engine loop.
Inspecting the process — enumerate memory regions, loaded modules and threads.
Pointers — walk pointer chains you know, and reverse-scan to discover the chains that survive a restart.
Advanced — reserve and release memory inside the target.
For diagnostics, see Logging in the Reference section.
Core workflow
Inspecting the process
Pointers
Advanced