smallington

elderthesmall - C++ Systems & Tools Developer

Welcome to my portfolio. I specialize in modern C++ tools utilities, Win32 systems engineering, and custom application development.


SuperRecomp (Static Binary Recompiler)

An ahead-of-time (AOT) binary translation toolchain designed to statically recompile SNES machine code into native, standalone C++ executables.


🛠️ Architecture & Implementation Detail

The tool acts as an architecture translation layer. It completely bypasses traditional runtime interpretation cycles by decoding system machine instructions directly from a ROM payload and mapping the control flow graph into functionally equivalent C++ execution pipelines.


🧠 Solved Engineering Challenges

Control Flow Graph Disassembly Validation

Build Engine Integration