10 ms·
I'm trying to start a decompilation project for a GameCube game any pointers from people here on how to go about it.
by zote 9mo ago
I'm trying to start a decompilation project for a GameCube game any pointers from people here on how to go about it.
- bubblegumdrop 9mo agoWell, there is sm64 PC port which is a MIPS decompiler that wraps the game data. There is dolphin project which would be the nearest GCN equivalent. GCN uses PowerPC architecture so it would help to know that instruction set as well.