Maritime Trivia (Reverse Engineered DOS Game)
Binary patching that keeps a 30-year-old DOS engine running while swapping content.
Extracted Maps of the DOS Game Test Drive 3
Five years reverse-engineering proprietary 1990 DOS game formats into modern 3D.
Retro gaming enthusiasts, game preservationists, 3D artists
OpenRA · OpenMW · ScummVM
Binary patching that keeps a 30-year-old DOS engine running while swapping content.
Injects trivia by patching 1993 binary blobs in-memory without shifting a single byte offset.
Spec extraction from vibe-coded apps via reverse engineering—ambitious, but early and single-integration.
Two-year reverse-engineering effort resurrects unplayable 2000s web games like Habbo Hotel.
Local hCAPTCHA solver bypasses paid APIs but requires constant maintenance.
Uses differential-property testing as an automated feedback loop to validate LLM-driven rewrites — that's the clever bit that turns flaky translations into repeatable refinement. The author targets a closed-source MUD DLL to avoid model memorization and walks through why raw assembly prompts failed and how decompiled C+tests + LLM translation to Rust succeeds. It's a thoughtful, slightly alarming demo with concrete techniques you can try yourself, not just vaporware.