Tag
The article details starting a decompilation project for a 2001 Game Boy Advance game using Claude Code, achieving 51% decompilation and discovering a hidden easter egg.
A tweet reports that Super Smash Bros Melee was decompiled and reverse engineered into about 5000 lines of C using DeepSeek Flash 0731 on a phone, while taking care of a newborn.
Libsm64 provides a shared library interface to Super Mario 64's movement and rendering code, allowing developers to integrate Mario into other game engines. It requires an official SM64 ROM for asset extraction.
A fan project ports the decompiled Plants vs. Zombies GOTY edition to PlayStation 2 and other platforms, replacing legacy renderers with SDL and OpenGL for cross-platform support.
REFORGE is a novel pipeline for benchmarking LLMs' reverse engineering capabilities, specifically for decompiled binary function naming, that addresses reliability issues in binary-to-source alignment under compiler optimization.
Decomp Academy is an interactive online platform that teaches users how to decompile GameCube games by writing byte-matching C code against real PowerPC assembly output from the 2001 MWCC compiler.
A developer describes porting Perfect Dark 64 levels to noclip.website, highlighting the challenges of reading N64 display lists and reimplementing the rendering engine.
The author announces that Snowboard Kids 2 for the Nintendo 64 has been fully decompiled, meaning all functions now have matching C implementations that compile to the original assembly. The project took nearly two years and credits both the N64 decompilation community and AI coding agents (Claude, GLM, Codex) for acceleration.
Decompile-Bench is a large-scale open-source dataset providing two million binary-source function pairs for improving LLM-based binary decompilation, along with a benchmark (Decompile-Bench-Eval) for evaluation. Fine-tuning with it yields a 20% improvement in re-executability over previous benchmarks.
Lighthouse is a HarbourMasters PC port of Banjo Kazooie, built from decompilation, with support for multiple rendering backends, language packs, and romhacks.