Decomp Academy — Learn GameCube Decompilation (MWCC GC/2.0)

1 min read Original article ↗

Learn to decompile GameCube assembly into byte-matching C.

Go from never having read a register to matching real Star Fox Adventures functions — instruction for instruction. You write C, the real 2001 compiler grades it live.

The Curriculum

Read the asm · write the source · the compiler grades it byte-for-byte.

Jump back in →

0 / 256 matched

functions reconstructed

Recruit

Solved Attempted Not started Concept (reading) Difficulty 1–5

I

Warm-up

Learn to read the machine

0/8

II

Core idioms

Every shape C compiles into

0/159

III

The real ABI

Frames, globals, optimizer, 64-bit

0/75

IV

Proving ground

Real Star Fox Adventures functions, start to finish

0/14