# The Game Hacking Toolkit (2026)
This page is the fast way in. Start with the four entry points below if you need a roadmap, a safe target, a side-by-side comparison, or a quick answer.
Then drop into the full browser when you already know the workflow and just need the exact tool.
## Discovery
Starter Pathways
New to the scene? Pick a roadmap for Unity, Unreal, or the kernel.
Practice Targets
Ready to test your skills? 7 games and sites built to be hacked safely.
Tool Comparisons
Ghidra vs IDA? VMP vs Themida? See which tool fits your specific project.
Knowledge Base
Deep-dive answers on bypassing anti-cheats, drivers, and obfuscation.
## Main Categories
These pages break the library into focused buckets so you can jump straight to injectors, dumpers, Android tools, DMA gear, or whatever you are actually working on.
Disassemblers & Decompilers
The classic toolkit. Static analysis tools for translating machine code back into human-readable logic.
Debuggers & Dynamic Analysis
Runtime inspection. Tools for stepping through code and monitoring execution flow in real-time.
Memory Editors & Scanners
Searching and editing live memory. Professional tools for value scanning, pointer maps, and structure analysis.
Binary Analysis & Hex Editors
PE analysis and hex editing. Essential tools for header inspection and structure analysis.
.NET Decompilers & Unpackers
Managed code reversing. Decompilers and deobfuscators for C# and .NET, from de4dot to specialized unpackers.
DLL Injectors & Library Mappers
The starting point for every internal tool. Reliable utilities to load your code into target processes.
Software Obfuscators & Packers
Defensive layers. Commercial and open-source protectors used to shield binaries from analysis.
Stealth, Anti-Debug & Evasion
Bypassing the watchers. Advanced tools for indirect syscalls, stack spoofing, and neutralizing anti-cheat hooks.
Dumpers, Unpackers & Reconstruction
Pulling protected code back into shape. Memory dumpers, IAT repair tools, and devirtualizers.
Unreal Engine Modding
SDK generation and internal analysis for UE4/UE5 games. UEDumper, Dumper-7, and beyond.
Unity Engine Modding
Engine-specific tools for Unity. IL2CPP dumpers, asset extractors, and BepInEx for Mono games.
Godot Engine Modding
Reversing Godot games. PCK extractors, GDScript decompilers, and project recovery tools.
Android & Java Modding
Mobile platform reversing. Tools for cracking APKs, Dalvik bytecode, and Android runtime hooks.
iOS Modding & Hooking
Apple platform reversing. Essential tools for cracking iOS apps and Objective-C analysis.
Kernel, DMA & Hardware
Execution at the highest privilege levels. Kernel mappers, DMA stacks, firmware utilities, and hardware-level memory access.
AI-Powered RE & Automation
The cutting edge. Using LLMs and AI bridges to automate disassembly and offset recovery.
C++ Game Hacking Libraries
The modular foundation. High-performance libraries for hooking, math, and internal UI.
Networking & API Interception
Traffic analysis. Capturing packets and REST calls to find server-side vulnerabilities.
Reversing Utilities
The Swiss Army Knife. Essential helpers for data conversion, symbol recovery, and analysis.
## Tool Repository
Search the whole list here if you already know the workflow and just need the right tool.
Showing 157 of 157 tools