Warhammer Dark Omen Forum

Warhammer Dark Omen Community => Tavern => Topic started by: Ghabry on May 11, 2009, 02:08:06 AM



Title: Commandline ARMParser running on Wii
Post by: Ghabry on May 11, 2009, 02:08:06 AM
Found a program some minutes ago that adds a Wii Project to Visual Studio (http://www.wiibrew.org/wiki/WiiWizard).
And I had to test it for some reasons ;).

So I used my ARMParser I wrote some days ago and after a few tweaks it worked. :D

Here's a screenshot showing the Parser output in a Wii Emulator (Dolphin):
(http://ghabry.dark-omen.org/wii_armparser.png)

All 16bit and higher values are read wrong because the Wii PPC is BigEndian (PC is little endian).
And it crashes after outputting strings ;)

If you want to test it on your Wii *g*: Download (http://ghabry.dark-omen.org/WiiTest.zip)