This page features interactive reverse engineering tools designed for learners and practitioners. Each tool supports different aspects of binary analysis, challenge creation, and guided exploration. Helping beginners and intermediates build real reverse engineering skills.
The Forge
A powerful challenge creation engine built for reverse engineers. The Forge will let you generate custom reverse engineering challenges by combining hand crafted templates with modular anti RE/analysis toggles. Every challenge is produced through deterministic code generation. No AI is used during the generation process. All code in the templates, and code that is inserted into generated scripts through toggles is prewritten and tested by me.
Coming soon


Binterpreter
The Binterpreter lets you step through a compiled program like a story. Each instruction is explained as you go. When the program reaches conditional jumps you decide which path to take. Turning reverse engineering into a guided, exploratory process rather than a passive disassembly.
Coming soon
The Attacker
The Attacker is a static analysis tool designed to evaluate how resistant an executable is to reverse engineering. It scans for obfuscated strings, analyzes control flow complexity, looks for anti analysis techniques like anti VM and anti debug, and it extracts suspicious constants. Then it gives you a structured report. The Attacker can be used to test how your own code holds up under scrutiny.
Coming soon

