diff --git a/README.md b/README.md index a0f9299..051d8ee 100644 --- a/README.md +++ b/README.md @@ -80,32 +80,6 @@ That's it β€” read, write or scan another process in three lines, the same way o --- -## 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 - ---- - ## πŸ“– Documentation Full documentation lives at **[pymemoryeditor.readthedocs.io](https://pymemoryeditor.readthedocs.io)** β€” installation, the Cheat Engine workflow, every method and parameter, the GUI app guide, platform notes and troubleshooting.