v1.0 · C# Native

VoidMemory

Control Memory. Control Reality.

Lightning-fast memory scanner & game hacking tool. Scan, modify, freeze — built for speed, simplicity, and beginners.

Must run as Administrator · Antivirus may flag (memory access)
AI generated preview
VoidMemory AI concept art

Core Features

Memory Scanning

Exact value scans for int, float, byte, 2-byte. Fast chunk-based reading, handles large regions.

Next Scan Filter

Narrow results: exact, increased, decreased, changed / unchanged values — zero clutter.

Freeze System

Lock values in memory. Infinite health, ammo, resources — maintain constant values.

Auto Health Scan

Beginner mode: guided process. Take damage & auto-filter addresses — no experience needed.

Interactive Workflow Demo

VoidMemory CLI · Demo mode
$ VoidMemory.exe --attach
[+] Attached to process: tutorial.exe (PID 4782)
$ scan --value 100 --type 4byte
[✓] Scan complete: 12,384 matches found.
$ next-scan --decreased
[✓] Filtered: 342 addresses (value decreased).
$ next-scan --exact 87
[✓] Narrowed to 3 stable addresses → 0x1F3A8C, 0x2B4F10, 0x7C3D20
$ freeze --addr 0x1F3A8C --value 9999

Quick Start Guide

1 Run as Administrator → VoidMemory.exe
2 Attach to a running process (game / app).
3 Choose Basic Scan → enter value (e.g., 100) & type (4byte, float).
4 Use Next Scan (exact, increased, decreased) to filter results.
5 Pick address → freeze or modify.
1 Launch tool & attach to game process.
2 Select Auto Scan (Health) from menu.
3 When at full health → press any key to record baseline.
4 Take damage → tool automatically filters addresses with decreased value.
5 Repeat until unique address found → auto-freeze option available.
Perfect for beginners — no manual filtering required.
1 After scanning, you'll see a list of addresses.
2 Type the address index or raw hex (e.g., 0x1F3A8C).
3 Enter the value you want to freeze (e.g., 9999 health).
4 Tool continuously writes value → locked in memory.
5 Unfreeze anytime to restore normal behavior.
Infinite ammo, health, mana — you decide.

Example Workflow

🔍 Scan health = 100
💥 Take damage → health 90
🎯 Next scan: 90
❄️ Freeze at 9999
♾️ Infinite health!

Windows API

OpenProcess · ReadProcessMemory · WriteProcessMemory · VirtualQueryEx

.NET 8 · C#

Native performance, self-contained portable EXE

dotnet publish -c Release -r win-x64 --self-contained true

Future Plans

Pointer scanning · GUI (WinForms/WPF) · Auto-scan for ammo/money · Advanced analysis