Tutorial
The user guide shows you the shortest path. This section explains what is actually happening, so you can go further than the recipes.
Each chapter stands on its own. Read the one you need.
Chapters
- Working with the DOL
The game executable: how it is laid out, how to read and write memory in it and where the free space is. Changing the game code is here.
- PowerPC for patching
Enough PowerPC to write your own patches and the traps of a fixed-width instructions set
- Code injection
Adding new code to a game that has no room for it and why the heap is the obstacle
- Files, in depth
Adding, removing or modifying files
- Rebuilding the disc
Rebuilding the ISO and save your progress
Note
These chapters assume you are comfortable with Patching a Wii ISO. They pick up where it stops explaining.