Loading the System Menu into IDA Pro August 05, 2008 05:34AM | Admin Registered: 14 years ago Posts: 271 |
0000000: 0000 0100 0000 0000 0000 0000 0000 0000 ................ 0000010: 0000 0000 0000 0000 0000 0000 0000 0500 ................ 0000020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000040: 0000 0000 0000 0000 8000 3400 0000 0000 ..........4..... 0000050: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000060: 0000 0000 8132 ffe0 0000 0000 0000 0000 .....2.......... 0000070: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000080: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000090: 0000 0400 0000 0000 0000 0000 0000 0000 ................ 00000a0: 0000 0000 0000 0000 0000 0000 0038 0000 .............8.. 00000b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000d0: 0000 0000 0000 0000 8134 0000 0001 0000 .........4...... 00000e0: 0000 3400 0000 0000 0000 0000 0000 0000 ..4.............
Re: Loading the System Menu into IDA Pro August 05, 2008 12:44PM | Admin Registered: 14 years ago Posts: 19 |
blackbook:~/wiifuse-0.2.0# ./wiifuse -i 0000000100000002 /dev/ttyUSB0 /mnt/nand title's data path is "/title/00000001/00000002/data" blackbook:~/wiifuse-0.2.0# cd /mnt/nand/title/00000001/00000002/content blackbook:/mnt/nand/title/00000001/00000002/content# ls 0000005c.app 0000005d.app 0000005e.app title.tmd
blackbook:/mnt/nand/title/00000001/00000002/content# hexdump -C 0000005d.app|head -n 2 00000000 55 aa 38 2d 00 00 00 20 00 00 07 38 00 00 07 60 |U.8-... ...8...`| 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|It's an so-called "ARC Archive" which can be recognized by the 64bit magic identifier at the start (55aa382d00000020). Inside this ARC there's a lot of files hiding, but the one we're interested in is 'main.sel'. Extract this main.sel file (in my case it was in ./FINAL/EU2/main.sel in the extracted ARC) and copy it to the same folder as the other .app (0000005e.app in my case), now rename the .SEL to have the same "basename" as your .ELF/.DOL, and you're all set! .. well almost, we still have to install the plugin.
Re: Loading the System Menu into IDA Pro August 05, 2008 04:52PM | Admin Registered: 14 years ago Posts: 180 |
Re: Loading the System Menu into IDA Pro August 06, 2008 10:48AM | Admin Registered: 14 years ago Posts: 271 |
Re: Loading the System Menu into IDA Pro September 06, 2008 12:51PM | Registered: 14 years ago Posts: 93 |
Re: Loading the System Menu into IDA Pro September 26, 2008 10:00PM | Registered: 14 years ago Posts: 4 |
Re: Loading the System Menu into IDA Pro September 28, 2008 10:46PM | Admin Registered: 14 years ago Posts: 271 |
Re: Loading the System Menu into IDA Pro July 01, 2009 03:12AM | Registered: 14 years ago Posts: 7 |
Re: Loading the System Menu into IDA Pro July 18, 2009 12:22PM | Registered: 14 years ago Posts: 405 |
Re: Loading the System Menu into IDA Pro July 19, 2009 07:00AM | Registered: 14 years ago Posts: 2 |
Re: Loading the System Menu into IDA Pro August 10, 2009 10:54PM | Admin Registered: 14 years ago Posts: 271 |
Re: Loading the System Menu into IDA Pro October 25, 2009 10:01PM | Registered: 14 years ago Posts: 2 |