WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: paynless on July 11, 2009, 06:15:01 PM

Title: asm listings.. [question]
Post by: paynless on July 11, 2009, 06:15:01 PM
hi, i just wondered if there is a good way of getting a large asm listing, perhaps a dump file with such info in from the debugger?? i didnt see a feature for this so forgive me if ive missed it.. tnx.. basically i would like to study the area AROUND a certain code location.. without the limitation of a few instructions above and below.. tnx.
Title: Re: asm listings.. [question]
Post by: hetoan2 on July 15, 2009, 06:05:23 PM
I would also like to know about this. I know WiiRD can dump and convert to power PC ASM, but if it could just convert the whole thing that'd be great too.
Title: Re: asm listings.. [question]
Post by: paynless on July 16, 2009, 03:18:21 PM
i managed to get a full asm listing of an entire game using the emulator DOLPHIN.. load up the iso image (that u own of course) and it doesnt even have to play correctly... or start at all.. just make sure you start dolphin with Dolphin.exe -d for debugger  then goto SYMBOLS (in the debugger section) and GENERATE SYMBOLS MAP, then from the same menu simply click SAVE CODE.. this will give u a full asm listing of the entire game with labled functions.. the labled functions are mainly just arbitrary function names but some are labled with proper names.. but even so.. at least you know what code belongs to which function.. makes it very easy to find references to code with a good text editor like EDITPLUS 3... good luck.. hope that helps.