smurk-too / wii-softchip

Automatically exported from code.google.com/p/wii-softchip
0 stars 0 forks source link

Search for patch patterns only in the main.dol #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment the patches to the main.dol are inside the loop that loads
the main.dol and other files into the memory as the apploader tells. The
patches for the main.dol are searched in all these files and not just the
main.dol.

The 1st and 2nd part to load are ???
The 3rd part is the bi2.bin, and then the parts of the main.dol start.
After the main.dol the fst.bin is loaded, which is sometimes splitted into
several parts. The fst.bin is always written into one chunk of the memory
ending at 0x817fffff.

This information needs to be confirmed, before it should be tried to
identiy the main.dol.

Original issue reported on code.google.com by nintendo...@kaffeeschluerfer.com on 27 May 2009 at 2:50

GoogleCodeExporter commented 8 years ago
Agreed, the patching code is atrocious.  I'm working on a major overhaul that 
should
simplify all of this.

Original comment by requiem@softchip-mod.com on 8 Jul 2009 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by requiem@softchip-mod.com on 8 Jul 2009 at 4:25