PyMemoryEditor icon
PyMemoryEditor icon

PyMemoryEditor

A pure-Python library that lets you inspect, modify and search the memory of any running process in a few lines of Python.

PyMemoryEditor screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac
  • Windows
  • Linux
  • Python
0likes
0comments
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  No Tracking
  2.  Works Offline
  3.  Ad-free
  4.  Dark Mode
  5.  No Coding Required
  6.  No registration required
  7.  Hex Viewer
  8.  Python-based

PyMemoryEditor News & Activities

Highlights All activities

Recent activities

PyMemoryEditor information

  • Developed by

    BR flagJean Loui Bernard
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentGaming Software

GitHub repository

  •  105 Stars
  •  14 Forks
  •  3 Open Issues
  •   Updated  
View on GitHub
PyMemoryEditor was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is PyMemoryEditor?

A pure-Python library (built on ctypes) that lets you inspect, modify and search the memory of any running process in a few lines of Python — Cheat Engine workflows on Windows, Linux and macOS!

What's inside:

The Python library

Full control over another process's memory — in a few lines of Python:

  • Read & write values (int, float, bool, str, bytes)
  • Value scan with eight comparison modes
  • Pattern scan (IDA-style AOB & regex)
  • Pointer chains + a live RemotePointer handle
  • Pointer scan — find static pointers that survive ASLR
  • Memory map, modules, threads
  • Allocate & free remote memory (Windows / macOS)

The bundled GUI app

All the library's power — no code required:

  • Zero setup — attach to a process and start scanning in seconds
  • Refine workflow — First Scan ? Next Scan with live visual feedback
  • Cheat table — freeze / write values on the fly, JSON import/export
  • Hex viewer — browse raw memory and write back inline
  • Pointer scan UI — scan, export & rescan across sessions with a few clicks
  • One-click access — every feature at your fingertips, no code needed