Skip to content

Releases: NGxDTV/NGMemory

NGMemory v1.0.5

13 May 16:06

Choose a tag to compare

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

  1. Download NGMemory.dll from the Assets below.
  2. Add it to your C# project.
  3. Start hacking external processes in minutes!
    Full guide & examples → [docs](https://github.com/NGxDTV/NGMemory).

What’s New in 1.0.5?

  • 🗂️ MenuStrip automationMenuStripHelper.ClickMenu() hits any menu path – even over RDP.
  • 🎹 PressKeysInputHelper.PressKeys (and EasyPressKey.PressKeys) is an RDP‑safe, unattended replacement for classic SendKeys.
  • 🔑 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

26 Nov 17:17

Choose a tag to compare

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

  1. Download the NGMemory.dll file from the Assets section below.
  2. Add it to your C# project.
  3. 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

24 Nov 14:57
5b78c59

Choose a tag to compare

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

  1. Download the NGMemory.dll file from the Assets section below.
  2. Add it to your C# project.
  3. 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

24 Nov 00:40
8a9c693

Choose a tag to compare

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

  1. Download the NGMemory.dll file from the Assets section below.
  2. Add it to your C# project.
  3. 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! 💻