Releases: JeanExtreme002/PyMemoryEditor
Releases · JeanExtreme002/PyMemoryEditor
v2.0.0 — The library, reforged
What's new
PyMemoryEditor has been rewritten from scratch — a unified, dependency-free API that runs on Windows, Linux and macOS (32-bit and 64-bit).
Highlights
- 🐍 Cross-platform — one API, three operating systems, no C compiler needed
- 🔍 Value scan with eight comparison modes and iterative refinement
- 🎯 Pattern scan — IDA-style AOB signatures and regex
- 🔗 Pointer chains + live
RemotePointerhandle - 🧭 Pointer scan — find static pointers that survive ASLR
- 🗺️ Memory map, modules and threads enumeration
- 🧱 Allocate & free remote memory (Windows / macOS)
- ⚡ NumPy acceleration — install with
pip install PyMemoryEditor[speed]for ~10–30× faster scans - 🖥️ Bundled GUI app — Cheat Engine-style scanner (
pip install PyMemoryEditor[app])
Breaking changes from v1.x
This is a full rewrite. The public API has changed significantly — see the docs for more details.
Install
pip install PyMemoryEditor📖 Full documentation: pymemoryeditor.readthedocs.io