# Disassemblers & Decompilers for Game Hacking

The classic toolkit. Static analysis tools for translating machine code back into human-readable logic.

10 tools Open Source Paid x64/x86 Web/WASM

Ghidra #

Open Source ★ 69.0k Updated 2026-05

The NSA's gift to the community. It's the best way to get a world-class decompiler without paying for IDA Pro. Perfect for static analysis when you have more time than money.

Pro Tip: It's a bit clunky (Java UI), but for $0, you can't complain. It's the 'IDA killer' for devs who have rent to pay.

x64/x86

The gold standard that almost no hobbyist actually pays for. It's the most powerful tool in the world for deep analysis of anti-cheats and complex binaries.

The Deal: The Hex-Rays decompiler is still cleaner than Ghidra's, which is why pros justify the insane price tag. It's the industry standard for a reason.

x64/x86

Cutter #

Open Source ★ 18.9k Updated 2026-05

The 'friendly face' of the Radare2/Rizin engine. It gives you a modern, polished GUI so you get the power of a world-class framework without having to memorize a thousand terminal commands.

Pro Tip: It is a fantastic, free alternative to IDA Pro if you are just starting out and want a visual graph view of your code.

x64/x86

radare2 #

Open Source ★ 24.0k Updated 2026-05

The absolute beast of the CLI world. It is a massive, open-source framework for people who prefer a terminal over a mouse. It is legendary for its steep learning curve, but once you master it, you can automate almost anything across any architecture.

Pro Tip: Don't try to learn this in a day. Start with the basics and use it for quick tasks like searching for strings or patching a single byte.

x64/x86

Rizin #

Open Source ★ 3.6k Updated 2026-05

A fork of Radare2 that focuses on being cleaner and more stable. It is what happens when the community takes a massive tool and decides to simplify the commands and make it easier for humans to actually use.

Pro Tip: If you like the idea of Radare2 but find the original commands confusing, try Rizin. It is much more consistent.

x64/x86

Iaito #

Open Source ★ 1.6k Updated 2026-05

Official GUI for radare2. Useful if we want a GUI but still live in radare2 workflows and plugins.

x64/x86

r2ghidra #

Open Source ★ 504 Updated 2026-05

Ghidra decompiler integration for radare2. Useful if we want to stay in r2 but still use the Ghidra decompiler output for some functions.

x64/x86

The 'Modern' choice. It's for the person who hates the 'Windows 95' look of IDA and the 'Lego blocks' look of Ghidra. Built for automation and Python scripting.

The Deal: Cheaper than IDA and has the best API in the game. It makes automating the boring parts of reverse engineering actually fun.

x64/x86

rev.ng #

Open Source

Next-gen static analysis tool. It 'lifts' binaries into MLIR (Mid-Level IR), making it much easier to analyze code across architectures like Hexagon or RISC-V.

x64/x86

rzweb #

Open Source

Browser-based Rizin platform (WebAssembly). It's a full RE platform in your tab—perfect for quick triage when you don't want to spin up a VM just to look at a small binary.

Pro Tip: Completely client-side, so you aren't actually uploading your files to a server.

Web/WASM