Skip to content

Releases: Armanrbu/MemoryByteViewer

Memory Byte Viewer – v1.0.0 Stable Release

15 Nov 09:45

Choose a tag to compare

🧠 Memory Byte Viewer – v1.0.0

A modern, lightweight memory viewer & AOB pattern scanner built using Python, PyQt5, and PyMem.
This is the first stable release, ready for debugging, research, and learning memory internals.


✨ Features

  • 🔍 Hex Memory Viewer (read any memory address)
  • ✏️ Edit and commit bytes safely with VirtualProtectEx
  • 🔥 AOB Pattern Scanner with ?? wildcard support
  • ⚡ Auto-refresh for live memory monitoring
  • 🧩 Process explorer (select running processes easily)
  • 🎨 Clean dark UI with syntax highlighting
  • 🚫 Full error handling and safe write operations

🧠 Ideal For

  • Reverse Engineering
  • Debugging C/C++/C# programs
  • Offline Game Memory Research
  • Malware Dynamic Analysis
  • OS & Memory Learning

📚 Documentation

Full guide included:
MemoryByteViewer_Documentation.pdf


🛠 Installation

pip install -r requirements.txt
python memory_viewer.py

📦 Requirements

Python 3.10+
PyQt5
pymem
psutil

🧑‍💻 Author

Arman
Computer Engineer • Systems • Reverse Engineering

If this project helps you, please ⭐ star the repository!