Show HN: Decomp Academy – Learn to decompile GameCube games into matching C
5 hours ago
- #GameCube
- #Decompilation
- #Assembly
- Learn to decompile GameCube assembly into byte-matching C through a structured curriculum.
- The compiler 'realmwcceppc.exe' grades C code byte-for-byte against real Star Fox Adventures functions.
- Curriculum covers core idioms, ABI concepts, optimization, and real-world functions, with concepts like arithmetic, bit operations, loops, and structs.
- Mastery-based learning with graded lessons, starting from zero knowledge.
- Emphasizes practical skills, including handling GameCube hardware specifics, such as PowerPC architecture and 64-bit operations.