# Memory Scanners & Editors for Game Hacking

Searching and editing live memory. Professional tools for value scanning, pointer maps, and structure analysis.

4 tools Open Source Free x64/x86 Android Mobile Web/WASM

Cheat Engine #

Open Source ★ 18.4k Updated 2025-04

The Entry Point. Everyone starts here to find that first health address. Use it as a scratchpad to find offsets and test logic before you move your code into a real C++ project.

Pro Tip: Use a hidden build to avoid detection. For signatures, use the GH SigMaker plugin.

x64/x86

ReClass.NET #

Open Source ★ 2.2k Updated 2024-05

The tool that turns raw hex into a real C++ class. Once you find a health address, you use this to see what else is near it—like your ammo, your coordinates, or the pointer to the next player.

x64/x86

The go-to memory editor for Android. It lets you scan for values like gold or health while the game is running. Most people use it for the speedhack, which is the only way to skip those boring 'wait 4 hours' timers in offline games.

Pro Tip: Be careful with the speedhack in online games. The server will usually catch on when you start moving ten times faster than everyone else and kick you instantly.

Android Mobile

Cetus #

Open Source ★ 627 Updated 2024-02

Basically Cheat Engine for your browser. It's an extension made for messing with WebAssembly (WASM) games, so you can search and edit memory right in the tab.

Web/WASM