VoidMemory is a lightweight, fast, and beginner-friendly memory scanner and game hacking tool built in C#. It provides an intuitive CLI experience for scanning, modifying, and freezing in-game values.
Note --> The above image is AI generated
- Scan for exact values (int, float, byte, 2-byte)
- Fast chunk-based memory reading
- Supports large memory regions efficiently
-
Narrow results using:
- Exact value
- Increased value
- Decreased value
- Changed / Unchanged
- Lock values in memory
- Maintain constant values (e.g., infinite health, ammo)
- Guided scanning process
- Automatically filters values based on player actions
- Designed for ease-of-use compared to traditional tools
Run as Administrator
VoidMemory.exeSelect a running process (e.g., a game).
- Enter value (e.g.,
100) - Select type (4byte, float, etc.)
- Use Next Scan to narrow results
-
Select Auto Scan (Health)
-
Follow prompts:
- Start at full health
- Take damage when instructed
-
Tool automatically filters correct memory addresses
- Select an address from results
- Enter value to freeze
- Value will remain constant in-game
- Must be run as Administrator
- Antivirus software may flag this tool due to memory access behavior
-
C#
-
.NET 8
-
Windows API:
OpenProcessReadProcessMemoryWriteProcessMemoryVirtualQueryEx
dotnet build -c Releasedotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=true- Scan health (e.g.,
100) - Take damage → scan
90 - Narrow results
- Freeze value to
999 - Enjoy infinite health
Unlike traditional tools, VoidMemory focuses on:
- Speed
- Simplicity
- Beginner-friendly automation
- Clean CLI experience
CzaxStudio
If you like this project:
- Star the repository
- Fork it
- Contribute improvements
- Auto scan for ammo, money, etc.
- Pointer scanning
- GUI version (WinForms / WPF)
- Advanced memory analysis
VoidMemory — Control Memory. Control Reality.