Releases: NGxDTV/NGMemory
NGMemory v1.0.5
Hey there! 👋 Welcome to NGMemory v1.0.5! 🚀
Your friendly powerhouse for external process-memory work and advanced GUI automation. Debugging, memory exploration, or unattended UI scripting – NGMemory makes it effortless.
What’s Included?
- 📖 Read & write memory in other processes with a clean API.
- 🔍 Scan, explore, and patch memory regions precisely.
- ⚡ Real‑time debugging tools (hardware breakpoints, registers, etc.).
- 🖱️ Automate external UIs – checkboxes, textboxes, list views, and now nested menu items!
Getting Started
- Download NGMemory.dll from the Assets below.
- Add it to your C# project.
- Start hacking external processes in minutes!
Full guide & examples → [docs](https://github.com/NGxDTV/NGMemory).
What’s New in 1.0.5?
- 🗂️ MenuStrip automation –
MenuStripHelper.ClickMenu()hits any menu path – even over RDP. - 🎹 PressKeys –
InputHelper.PressKeys(andEasyPressKey.PressKeys) is an RDP‑safe, unattended replacement for classicSendKeys. - 🔑 KeyCode enum – human‑readable key names (
KeyCode.LCtrl,KeyCode.C, …). - 💎 Misc fixes & performance tweaks.
// Ctrl + C, unattended
InputHelper.PressKeys(false, KeyCode.LCtrl, KeyCode.C);
// Click menu 5 ➜ 7 ➜ 4
MenuStripHelper.ClickMenu(targetWnd, true, 5, 7, 4);Feedback & Support
Found a bug or have an idea? Open an issue and let’s make NGMemory even better!
Thanks for exploring NGMemory. Happy coding! 💻✨
NGMemory v1.0.3
Hey there! 👋 Welcome to the latest release of NGMemory! 🚀
This C# library is your go-to solution for working with external process memory, combining power and simplicity to make debugging, memory exploration, and real-time interaction effortless.
What’s Included?
- 📖 Easily read and write memory from other processes.
- 🔍 Explore, scan, and manipulate memory regions with precision.
- ⚡ Advanced debugging tools with real-time capabilities.
- 🖱️ Interact with GUI elements in external applications (e.g., checkboxes, textboxes, and list views).
Getting Started
- Download the
NGMemory.dllfile from the Assets section below. - Add it to your C# project.
- Dive into external process memory manipulation with ready-to-use tools!
Need help? Check out the docs for examples and a comprehensive guide.
What’s New?
- ✅ Added support for checkbox state detection.
- 📝 GUI text manipulation made simpler with TextBox utilities.
- 📋 Retrieve and manipulate ListView items in external applications.
- 🛠️ Fixes and improvements for debugger stability and memory operations.
Feedback & Support
Have questions, ideas, or found a bug? Open an issue and let’s collaborate. Your input helps make NGMemory even better!
Thanks for exploring NGMemory. Happy coding! 💻✨
NGMemory v1.0.2
Hey there! 👋 Welcome to the first release of NGMemory! 🎉
This is a C# library that makes working with external process memory simple and straightforward.
If you’re into debugging or tinkering with memory, this is the tool for you.
What’s Included?
- 📖 Read and write memory from other processes.
- 🛠️ Explore and manipulate memory regions.
- ⚡ Real-time debugging capabilities.
Getting Started
- Download the
NGMemory.dllfile from the Assets section below. - Add it to your C# project.
- Start using it to interact with external process memory!
Need help? Check out the docs for examples and guidance.
What’s New?
- BUG fix for detaching the debugger 🪲
- VAMemory.WriteBytes as a string
Feedback & Support
If you have ideas, run into issues, or just want to chat, feel free to open an issue. I’d love to hear from you!
Thanks for checking out NGMemory. Happy coding! 💻
NGMemory v1.0.1
Hey there! 👋 Welcome to the first release of NGMemory! 🎉
This is a C# library that makes working with external process memory simple and straightforward.
If you’re into debugging or tinkering with memory, this is the tool for you.
What’s Included?
- 📖 Read and write memory from other processes.
- 🛠️ Explore and manipulate memory regions.
- ⚡ Real-time debugging capabilities.
Getting Started
- Download the
NGMemory.dllfile from the Assets section below. - Add it to your C# project.
- Start using it to interact with external process memory!
Need help? Check out the docs for examples and guidance.
What’s New?
This is the very first version (v1.0.1) 🚀. It includes all the essential features to get started, and we’ll be adding more in the future.
Feedback & Support
If you have ideas, run into issues, or just want to chat, feel free to open an issue. I’d love to hear from you!
Thanks for checking out NGMemory. Happy coding! 💻