Video Tutorial: C2 Codetype

Started by Bully@Wiiplaza, September 23, 2012, 11:47:55 PM

Previous topic - Next topic

Bully@Wiiplaza

My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

dcx2

I would add that after doing an RBP to find the ASM which writes to the address of interest, you should take the ASM address and do an XBP on it.  This is to ensure that the ASM you found is only doing what you think it is doing, and nothing more.

For instance, if this was hit points, then set an XBP on the ASM from the RBP.  Then run around and hit enemies, make sure you don't hit the BP, or you might give enemies inf health.  Try to heal yourself, make sure you don't hit the BP, or you might prevent yourself from healing.  XBP after RBP is very important.

I would also include a link in the description to a list of ASM commands so the reader can see what li and stw do.  I would also include a link to "On the safety of registers", that one post on here which I wrote that describes the registers that are safe to use and when.