Hacking BlueDump Alpha 2

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
WiiPower said:
As long as you get the names for everything, there's no need to compare the code of course. I'm confused, does BlueDump now get the shared contents or not?

Yep, it does (nicksasa implemmented it. I haven't modified any part of that function in my mod). You can take a look at the original source code on the BlueDump GoogleCode page.

However, he didn't add compatibility with DLC's (specifically, content type 0x4001. The other two types, 0x0001 and 0x8001, are normal and shared content types, respectively. Those two are supported without any problems). That's what I'm trying to figure out.
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
I guess you tried to treat them the same way as the other shared contents?

If you have a DLC that was never installed on your Wii, dump the nand, install it, dump again and compare. Or if you have a DLC wad with all contents, and your wad with the missing contents, decrypt the DLC wad, and look for the files on your nand.
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
WiiPower said:
I guess you tried to treat them the same way as the other shared contents?

If you have a DLC that was never installed on your Wii, dump the nand, install it, dump again and compare. Or if you have a DLC wad with all contents, and your wad with the missing contents, decrypt the DLC wad, and look for the files on your nand.

Exactly.

With the DLC's I have, the application just aborts because it doesn't find any shared contents. If I try the other way around (with no shared contents set), I can dump them, but the size of the WAD's I get is very small compared to the original WAD's. I'll go and compare them as you say.

EDIT: OK, so the reason the filesize is different is because the title footer isn't being added to the WAD, but the content *.app's have the same hashes, so everything should be fine, I think? I found some minor differences on the tickets, though I don't know why they are there (I have the fakesign features disabled in all my tests).

9vblz8.png
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
Sorry for the double post. I need someone to test all the new changes I've been making in these days. Here's the latest binary, and these are the changes since the original Alpha 3:

  • IOS selector at startup and a current IOS identifier on the top-right corner of the screen, both based on code from TBR.
  • Compatibility with GCN controllers.
  • Fixed name reading for all the title types. This is something that needs more testing, since the name reading for DLC can be faulty (still need a confirmation).
  • Savegames are now being dumped to SD:/BlueDump/Savedata/DISC [ID4]. This is because a few save descriptions use illegal FAT characters, and thus their dumping fails (happened to me with Metroid: Other M).
  • Ask the user if he/she wants to fakesign a title right before dumping it. No more "fakesigning" version.
  • The TMD isn't forged anymore, only the tik is.
  • Added full compatibility with saves and titles for Games that use channels (title/00010004/).
  • Compiled with DevKitPPC r23 and libOGC v1.8.7.

Known bugs:
  • DLC dumping fails sometimes (though it succeeded with PWAA and Arkanoid Plus! DLC's). This is because I still don't know how to properly handle titles with 0x4001 as content type.
  • It seems that if a save contains any subfolders, it won't get dumped properly and/or it will have missing data (in the case of Metroid Other M, the banner.bin file is missing on the dump). I'll check this at a later time.

TODO:
  • Add compatibility with USB storage devices.
  • Check if a title WAD is present on a new dump.

The debugging feature is enabled by default in this binary, so there can be "lag" in the application, because it is constantly writing info to SD:/BlueDump.log. If you detect a bug, feel free to post it here (and post the content of the BlueDump.log file, please).

If you have bought a WiiWare/VC channel from the Shop Channel, you would do me a great favor in you compare a "normal" dump and a "fakesigned" dump (using hashes and/or your preferred method, like verifying the tickets). I need to know if the titles are being fakesigned properly.
 

xavii123

Member
Newcomer
Joined
Nov 28, 2010
Messages
18
Trophies
0
Age
32
Location
Pto. Vallarta, Jalisco
Website
www.facebook.com
XP
189
Country
Mexico
PabloACZ said:
Sorry for the double post. I need someone to test all the new changes I've been making in these days. Here's the latest binary, and these are the changes since the original Alpha 3:

  • IOS selector at startup and a current IOS identifier on the top-right corner of the screen, both based on code from TBR.
  • Compatibility with GCN controllers.
  • Fixed name reading for all the title types. This is something that needs more testing, since the name reading for DLC can be faulty (still need a confirmation).
  • Savegames are now being dumped to SD:/BlueDump/Savedata/DISC [ID4]. This is because a few save descriptions use illegal FAT characters, and thus their dumping fails (happened to me with Metroid: Other M).
  • Ask the user if he/she wants to fakesign a title right before dumping it. No more "fakesigning" version.
  • The TMD isn't forged anymore, only the tik is.
  • Added full compatibility with saves and titles for Games that use channels (title/00010004/).
  • Compiled with DevKitPPC r23 and libOGC v1.8.7.

Known bugs:
  • DLC dumping fails sometimes (though it succeeded with PWAA and Arkanoid Plus! DLC's). This is because I still don't know how to properly handle titles with 0x4001 as content type.
  • It seems that if a save contains any subfolders, it won't get dumped properly and/or it will have missing data (in the case of Metroid Other M, the banner.bin file is missing on the dump). I'll check this at a later time.

TODO:
  • Add compatibility with USB storage devices.
  • Check if a title WAD is present on a new dump.

The debugging feature is enabled by default in this binary, so there can be "lag" in the application, because it is constantly writing info to SD:/BlueDump.log. If you detect a bug, feel free to post it here (and post the content of the BlueDump.log file, please).

If you have bought a WiiWare/VC channel from the Shop Channel, you would do me a great favor in you compare a "normal" dump and a "fakesigned" dump (using hashes and/or your preferred method, like verifying the tickets). I need to know if the titles are being fakesigned properly.


Sure i can help you, i already talked to you xd.
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
madridi4ever said:
Sorry for resurrecting an old thread. But continuation of this program would be awesome!

Thanks PabloACZ

You don't worry about that. I've been working with Scooby74029 to merge our modifications (SNEEK compatibility + enhanced dumping features). That's why I haven't posted anything related to BlueDump in these days.
smile.gif
 

Vague Rant

Deceptively cute
Member
Joined
Aug 7, 2008
Messages
2,464
Trophies
2
Location
Melbourne
Website
vaguerant.tumblr.com
XP
3,316
Country
Does BlueDump read each of the title contents completely into memory? I ask because I'm trying to back up the "Wii + the Internet" channel before I delete it, but I get an error allocating memory, which makes sense since the video is some 150MB or so.

Are there any similar tools that are able to do this?
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
Vague Rant said:
Does BlueDump read each of the title contents completely into memory? I ask because I'm trying to back up the "Wii + the Internet" channel before I delete it, but I get an error allocating memory, which makes sense since the video is some 150MB or so.

Are there any similar tools that are able to do this?

Could you please use the test version I posted the last time in this same thread and post the logfile? Maybe that way I can track down the problem.

The only similar tool I can remember is the WAD Dumper by Waninkoko, but that application is closed source.
 

Vague Rant

Deceptively cute
Member
Joined
Aug 7, 2008
Messages
2,464
Trophies
2
Location
Melbourne
Website
vaguerant.tumblr.com
XP
3,316
Country
No problem, I was actually already running that build.
<pre>ISFS DIR List of /title:

/title/00010000
/title/00010001
/title/00010008
/title/00010002
/title/00000001
ISFS DIR List of /title/00010001:

/title/00010001/4d494748
/title/00010001/55435846
/title/00010001/af1bf516
/title/00010001/48434750
/title/00010001/48415050
/title/00010001/48414a50
/title/00010001/48415450
/title/00010001/48414450
/title/00010001/48415650
ISFS DIR List of /title/00010001/48414450/content:

/title/00010001/48414450/content/title.tmd
/title/00010001/48414450/content/00000039.app
/title/00010001/48414450/content/00000038.app
/title/00010001/48414450/content/00000035.app
/title/00010001/48414450/content/00000033.app
/title/00010001/48414450/content/00000032.app
/title/00010001/48414450/content/00000031.app
/title/00010001/48414450/content/00000030.app
ISFS DIR List of /title/00010001/48414a50/content:

/title/00010001/48414a50/content/title.tmd
/title/00010001/48414a50/content/00000027.app
/title/00010001/48414a50/content/00000026.app
/title/00010001/48414a50/content/00000023.app
/title/00010001/48414a50/content/00000021.app
/title/00010001/48414a50/content/00000020.app
/title/00010001/48414a50/content/0000001f.app
/title/00010001/48414a50/content/0000001e.app
ISFS DIR List of /title/00010001/48415050/content:

/title/00010001/48415050/content/title.tmd
/title/00010001/48415050/content/00000017.app
/title/00010001/48415050/content/00000016.app
/title/00010001/48415050/content/00000013.app
/title/00010001/48415050/content/00000011.app
/title/00010001/48415050/content/00000010.app
/title/00010001/48415050/content/0000000f.app
/title/00010001/48415050/content/0000000e.app
ISFS DIR List of /title/00010001/48415450/content:

/title/00010001/48415450/content/title.tmd
/title/00010001/48415450/content/0000002b.app
/title/00010001/48415450/content/0000002a.app
/title/00010001/48415450/content/00000029.app
/title/00010001/48415450/content/00000027.app
/title/00010001/48415450/content/00000026.app
/title/00010001/48415450/content/00000025.app
/title/00010001/48415450/content/00000024.app
ISFS DIR List of /title/00010001/48415650/content:

/title/00010001/48415650/content/title.tmd
/title/00010001/48415650/content/00000015.app
/title/00010001/48415650/content/00000014.app
/title/00010001/48415650/content/00000011.app
/title/00010001/48415650/content/0000000f.app
/title/00010001/48415650/content/0000000e.app
/title/00010001/48415650/content/0000000d.app
/title/00010001/48415650/content/0000000c.app
ISFS DIR List of /title/00010001/48434750/content:

/title/00010001/48434750/content/title.tmd
/title/00010001/48434750/content/00000009.app
/title/00010001/48434750/content/00000007.app
/title/00010001/48434750/content/00000006.app
/title/00010001/48434750/content/00000005.app
/title/00010001/48434750/content/0000000d.app
/title/00010001/48434750/content/00000001.app
/title/00010001/48434750/content/0000000c.app
ISFS DIR List of /title/00010001/4d494748/content:

/title/00010001/4d494748/content/title.tmd
/title/00010001/4d494748/content/00000002.app
/title/00010001/4d494748/content/00000001.app
/title/00010001/4d494748/content/00000000.app
ISFS DIR List of /title/00010001/55435846/content:

/title/00010001/55435846/content/title.tmd
/title/00010001/55435846/content/00000002.app
/title/00010001/55435846/content/00000001.app
/title/00010001/55435846/content/00000000.app
ISFS DIR List of /title/00010001/48414450/content:

/title/00010001/48414450/content/title.tmd
/title/00010001/48414450/content/00000039.app
/title/00010001/48414450/content/00000038.app
/title/00010001/48414450/content/00000035.app
/title/00010001/48414450/content/00000033.app
/title/00010001/48414450/content/00000032.app
/title/00010001/48414450/content/00000031.app
/title/00010001/48414450/content/00000030.app
ISFS DIR List of /title/00010001/48414a50/content:

/title/00010001/48414a50/content/title.tmd
/title/00010001/48414a50/content/00000027.app
/title/00010001/48414a50/content/00000026.app
/title/00010001/48414a50/content/00000023.app
/title/00010001/48414a50/content/00000021.app
/title/00010001/48414a50/content/00000020.app
/title/00010001/48414a50/content/0000001f.app
/title/00010001/48414a50/content/0000001e.app
ISFS DIR List of /title/00010001/48415050/content:

/title/00010001/48415050/content/title.tmd
/title/00010001/48415050/content/00000017.app
/title/00010001/48415050/content/00000016.app
/title/00010001/48415050/content/00000013.app
/title/00010001/48415050/content/00000011.app
/title/00010001/48415050/content/00000010.app
/title/00010001/48415050/content/0000000f.app
/title/00010001/48415050/content/0000000e.app
ISFS DIR List of /title/00010001/48415450/content:

/title/00010001/48415450/content/title.tmd
/title/00010001/48415450/content/0000002b.app
/title/00010001/48415450/content/0000002a.app
/title/00010001/48415450/content/00000029.app
/title/00010001/48415450/content/00000027.app
/title/00010001/48415450/content/00000026.app
/title/00010001/48415450/content/00000025.app
/title/00010001/48415450/content/00000024.app
ISFS DIR List of /title/00010001/48415650/content:

/title/00010001/48415650/content/title.tmd
/title/00010001/48415650/content/00000015.app
/title/00010001/48415650/content/00000014.app
/title/00010001/48415650/content/00000011.app
/title/00010001/48415650/content/0000000f.app
/title/00010001/48415650/content/0000000e.app
/title/00010001/48415650/content/0000000d.app
/title/00010001/48415650/content/0000000c.app
ISFS DIR List of /title/00010001/48434750/content:

/title/00010001/48434750/content/title.tmd
/title/00010001/48434750/content/00000009.app
/title/00010001/48434750/content/00000007.app
/title/00010001/48434750/content/00000006.app
/title/00010001/48434750/content/00000005.app
/title/00010001/48434750/content/0000000d.app
/title/00010001/48434750/content/00000001.app
/title/00010001/48434750/content/0000000c.app
ISFS DIR List of /title/00010001/4d494748/content:

/title/00010001/4d494748/content/title.tmd
/title/00010001/4d494748/content/00000002.app
/title/00010001/4d494748/content/00000001.app
/title/00010001/4d494748/content/00000000.app
ISFS DIR List of /title/00010001/55435846/content:

/title/00010001/55435846/content/title.tmd
/title/00010001/55435846/content/00000002.app
/title/00010001/55435846/content/00000001.app
/title/00010001/55435846/content/00000000.app
ISFS DIR List of /title/00010001/48414450/content:

/title/00010001/48414450/content/title.tmd
/title/00010001/48414450/content/00000039.app
/title/00010001/48414450/content/00000038.app
/title/00010001/48414450/content/00000035.app
/title/00010001/48414450/content/00000033.app
/title/00010001/48414450/content/00000032.app
/title/00010001/48414450/content/00000031.app
/title/00010001/48414450/content/00000030.app
ISFS DIR List of /title/00010001/48414a50/content:

/title/00010001/48414a50/content/title.tmd
/title/00010001/48414a50/content/00000027.app
/title/00010001/48414a50/content/00000026.app
/title/00010001/48414a50/content/00000023.app
/title/00010001/48414a50/content/00000021.app
/title/00010001/48414a50/content/00000020.app
/title/00010001/48414a50/content/0000001f.app
/title/00010001/48414a50/content/0000001e.app
ISFS DIR List of /title/00010001/48415050/content:

/title/00010001/48415050/content/title.tmd
/title/00010001/48415050/content/00000017.app
/title/00010001/48415050/content/00000016.app
/title/00010001/48415050/content/00000013.app
/title/00010001/48415050/content/00000011.app
/title/00010001/48415050/content/00000010.app
/title/00010001/48415050/content/0000000f.app
/title/00010001/48415050/content/0000000e.app
ISFS DIR List of /title/00010001/48415450/content:

/title/00010001/48415450/content/title.tmd
/title/00010001/48415450/content/0000002b.app
/title/00010001/48415450/content/0000002a.app
/title/00010001/48415450/content/00000029.app
/title/00010001/48415450/content/00000027.app
/title/00010001/48415450/content/00000026.app
/title/00010001/48415450/content/00000025.app
/title/00010001/48415450/content/00000024.app
ISFS DIR List of /title/00010001/48415650/content:

/title/00010001/48415650/content/title.tmd
/title/00010001/48415650/content/00000015.app
/title/00010001/48415650/content/00000014.app
/title/00010001/48415650/content/00000011.app
/title/00010001/48415650/content/0000000f.app
/title/00010001/48415650/content/0000000e.app
/title/00010001/48415650/content/0000000d.app
/title/00010001/48415650/content/0000000c.app
ISFS DIR List of /title/00010001/48434750/content:

/title/00010001/48434750/content/title.tmd
/title/00010001/48434750/content/00000009.app
/title/00010001/48434750/content/00000007.app
/title/00010001/48434750/content/00000006.app
/title/00010001/48434750/content/00000005.app
/title/00010001/48434750/content/0000000d.app
/title/00010001/48434750/content/00000001.app
/title/00010001/48434750/content/0000000c.app
ISFS DIR List of /title/00010001/4d494748/content:

/title/00010001/4d494748/content/title.tmd
/title/00010001/4d494748/content/00000002.app
/title/00010001/4d494748/content/00000001.app
/title/00010001/4d494748/content/00000000.app
ISFS DIR List of /title/00010001/55435846/content:

/title/00010001/55435846/content/title.tmd
/title/00010001/55435846/content/00000002.app
/title/00010001/55435846/content/00000001.app
/title/00010001/55435846/content/00000000.app
ISFS DIR List of /title/00010001/48414450/content:

/title/00010001/48414450/content/title.tmd
/title/00010001/48414450/content/00000039.app
/title/00010001/48414450/content/00000038.app
/title/00010001/48414450/content/00000035.app
/title/00010001/48414450/content/00000033.app
/title/00010001/48414450/content/00000032.app
/title/00010001/48414450/content/00000031.app
/title/00010001/48414450/content/00000030.app
ISFS DIR List of /title/00010001/48414a50/content:

/title/00010001/48414a50/content/title.tmd
/title/00010001/48414a50/content/00000027.app
/title/00010001/48414a50/content/00000026.app
/title/00010001/48414a50/content/00000023.app
/title/00010001/48414a50/content/00000021.app
/title/00010001/48414a50/content/00000020.app
/title/00010001/48414a50/content/0000001f.app
/title/00010001/48414a50/content/0000001e.app
ISFS DIR List of /title/00010001/48415050/content:

/title/00010001/48415050/content/title.tmd
/title/00010001/48415050/content/00000017.app
/title/00010001/48415050/content/00000016.app
/title/00010001/48415050/content/00000013.app
/title/00010001/48415050/content/00000011.app
/title/00010001/48415050/content/00000010.app
/title/00010001/48415050/content/0000000f.app
/title/00010001/48415050/content/0000000e.app
ISFS DIR List of /title/00010001/48415450/content:

/title/00010001/48415450/content/title.tmd
/title/00010001/48415450/content/0000002b.app
/title/00010001/48415450/content/0000002a.app
/title/00010001/48415450/content/00000029.app
/title/00010001/48415450/content/00000027.app
/title/00010001/48415450/content/00000026.app
/title/00010001/48415450/content/00000025.app
/title/00010001/48415450/content/00000024.app
ISFS DIR List of /title/00010001/48415650/content:

/title/00010001/48415650/content/title.tmd
/title/00010001/48415650/content/00000015.app
/title/00010001/48415650/content/00000014.app
/title/00010001/48415650/content/00000011.app
/title/00010001/48415650/content/0000000f.app
/title/00010001/48415650/content/0000000e.app
/title/00010001/48415650/content/0000000d.app
/title/00010001/48415650/content/0000000c.app
ISFS DIR List of /title/00010001/48434750/content:

/title/00010001/48434750/content/title.tmd
/title/00010001/48434750/content/00000009.app
/title/00010001/48434750/content/00000007.app
/title/00010001/48434750/content/00000006.app
/title/00010001/48434750/content/00000005.app
/title/00010001/48434750/content/0000000d.app
/title/00010001/48434750/content/00000001.app
/title/00010001/48434750/content/0000000c.app
ISFS DIR List of /title/00010001/4d494748/content:

/title/00010001/4d494748/content/title.tmd
/title/00010001/4d494748/content/00000002.app
/title/00010001/4d494748/content/00000001.app
/title/00010001/4d494748/content/00000000.app
ISFS DIR List of /title/00010001/55435846/content:

/title/00010001/55435846/content/title.tmd
/title/00010001/55435846/content/00000002.app
/title/00010001/55435846/content/00000001.app
/title/00010001/55435846/content/00000000.app
ISFS DIR List of /title/00010001/48414450/content:

/title/00010001/48414450/content/title.tmd
/title/00010001/48414450/content/00000039.app
/title/00010001/48414450/content/00000038.app
/title/00010001/48414450/content/00000035.app
/title/00010001/48414450/content/00000033.app
/title/00010001/48414450/content/00000032.app
/title/00010001/48414450/content/00000031.app
/title/00010001/48414450/content/00000030.app
ISFS DIR List of /title/00010001/48414a50/content:

/title/00010001/48414a50/content/title.tmd
/title/00010001/48414a50/content/00000027.app
/title/00010001/48414a50/content/00000026.app
/title/00010001/48414a50/content/00000023.app
/title/00010001/48414a50/content/00000021.app
/title/00010001/48414a50/content/00000020.app
/title/00010001/48414a50/content/0000001f.app
/title/00010001/48414a50/content/0000001e.app
ISFS DIR List of /title/00010001/48415050/content:

/title/00010001/48415050/content/title.tmd
/title/00010001/48415050/content/00000017.app
/title/00010001/48415050/content/00000016.app
/title/00010001/48415050/content/00000013.app
/title/00010001/48415050/content/00000011.app
/title/00010001/48415050/content/00000010.app
/title/00010001/48415050/content/0000000f.app
/title/00010001/48415050/content/0000000e.app
ISFS DIR List of /title/00010001/48415450/content:

/title/00010001/48415450/content/title.tmd
/title/00010001/48415450/content/0000002b.app
/title/00010001/48415450/content/0000002a.app
/title/00010001/48415450/content/00000029.app
/title/00010001/48415450/content/00000027.app
/title/00010001/48415450/content/00000026.app
/title/00010001/48415450/content/00000025.app
/title/00010001/48415450/content/00000024.app
ISFS DIR List of /title/00010001/48415650/content:

/title/00010001/48415650/content/title.tmd
/title/00010001/48415650/content/00000015.app
/title/00010001/48415650/content/00000014.app
/title/00010001/48415650/content/00000011.app
/title/00010001/48415650/content/0000000f.app
/title/00010001/48415650/content/0000000e.app
/title/00010001/48415650/content/0000000d.app
/title/00010001/48415650/content/0000000c.app
ISFS DIR List of /title/00010001/48434750/content:

/title/00010001/48434750/content/title.tmd
/title/00010001/48434750/content/00000009.app
/title/00010001/48434750/content/00000007.app
/title/00010001/48434750/content/00000006.app
/title/00010001/48434750/content/00000005.app
/title/00010001/48434750/content/0000000d.app
/title/00010001/48434750/content/00000001.app
/title/00010001/48434750/content/0000000c.app
ISFS DIR List of /title/00010001/4d494748/content:

/title/00010001/4d494748/content/title.tmd
/title/00010001/4d494748/content/00000002.app
/title/00010001/4d494748/content/00000001.app
/title/00010001/4d494748/content/00000000.app
ISFS DIR List of /title/00010001/55435846/content:

/title/00010001/55435846/content/title.tmd
/title/00010001/55435846/content/00000002.app
/title/00010001/55435846/content/00000001.app
/title/00010001/55435846/content/00000000.app
ISFS DIR List of /title/00010001/48414450/content:

/title/00010001/48414450/content/title.tmd
/title/00010001/48414450/content/00000039.app
/title/00010001/48414450/content/00000038.app
/title/00010001/48414450/content/00000035.app
/title/00010001/48414450/content/00000033.app
/title/00010001/48414450/content/00000032.app
/title/00010001/48414450/content/00000031.app
/title/00010001/48414450/content/00000030.app
ISFS DIR List of /title/00010001/48414a50/content:

/title/00010001/48414a50/content/title.tmd
/title/00010001/48414a50/content/00000027.app
/title/00010001/48414a50/content/00000026.app
/title/00010001/48414a50/content/00000023.app
/title/00010001/48414a50/content/00000021.app
/title/00010001/48414a50/content/00000020.app
/title/00010001/48414a50/content/0000001f.app
/title/00010001/48414a50/content/0000001e.app
ISFS DIR List of /title/00010001/48415050/content:

/title/00010001/48415050/content/title.tmd
/title/00010001/48415050/content/00000017.app
/title/00010001/48415050/content/00000016.app
/title/00010001/48415050/content/00000013.app
/title/00010001/48415050/content/00000011.app
/title/00010001/48415050/content/00000010.app
/title/00010001/48415050/content/0000000f.app
/title/00010001/48415050/content/0000000e.app
ISFS DIR List of /title/00010001/48415450/content:

/title/00010001/48415450/content/title.tmd
/title/00010001/48415450/content/0000002b.app
/title/00010001/48415450/content/0000002a.app
/title/00010001/48415450/content/00000029.app
/title/00010001/48415450/content/00000027.app
/title/00010001/48415450/content/00000026.app
/title/00010001/48415450/content/00000025.app
/title/00010001/48415450/content/00000024.app
ISFS DIR List of /title/00010001/48415650/content:

/title/00010001/48415650/content/title.tmd
/title/00010001/48415650/content/00000015.app
/title/00010001/48415650/content/00000014.app
/title/00010001/48415650/content/00000011.app
/title/00010001/48415650/content/0000000f.app
/title/00010001/48415650/content/0000000e.app
/title/00010001/48415650/content/0000000d.app
/title/00010001/48415650/content/0000000c.app
ISFS DIR List of /title/00010001/48434750/content:

/title/00010001/48434750/content/title.tmd
/title/00010001/48434750/content/00000009.app
/title/00010001/48434750/content/00000007.app
/title/00010001/48434750/content/00000006.app
/title/00010001/48434750/content/00000005.app
/title/00010001/48434750/content/0000000d.app
/title/00010001/48434750/content/00000001.app
/title/00010001/48434750/content/0000000c.app
ISFS DIR List of /title/00010001/4d494748/content:

/title/00010001/4d494748/content/title.tmd
/title/00010001/4d494748/content/00000002.app
/title/00010001/4d494748/content/00000001.app
/title/00010001/4d494748/content/00000000.app
ISFS DIR List of /title/00010001/55435846/content:

/title/00010001/55435846/content/title.tmd
/title/00010001/55435846/content/00000002.app
/title/00010001/55435846/content/00000001.app
/title/00010001/55435846/content/00000000.app
cline :/title/00010001/48434750
Creating WAD ...
Path for dump = sd:/BlueDump/WAD/00010001-48434750.wad
Started WAD Packing...
Packing Title 00010001-48434750
WAD_Dump path = sd:/BlueDump/WAD/00010001-48434750.wad
makedir path = sd:/BlueDump
makedir path = sd:/BlueDump/WAD
Reading Certs... Cert Path is /sys/cert.sys
ISFS_Open(/sys/cert.sys) returned 6
Size = 2560 bytes
ISFS Blocksize = 2048
Padded Cert size = 2560
done
Reading Ticket... Ticket Path is /ticket/00010001/48434750.tik
ISFS_Open(/ticket/00010001/48434750.tik) returned 6
Size = 676 bytes
ISFS Blocksize = 2048
Padded Ticket size = 704
done
Reading TMD... TMD Path is /title/00010001/48434750/content/title.tmd
ISFS_Open(/title/00010001/48434750/content/title.tmd) returned 6
Size = 844 bytes
ISFS Blocksize = 2048
Padded TMD size = 896
done
Decrypting AES Title Key... Encrypted Title key =
00000000: 80e67075 69db95d0 93ae3c2f 0b811318



Decrypted Title key =
00000000: 7ed69bf0 af5d9571 742988f5 8d343a7d



done
Processing content 0
Regular content path is /title/00010001/48434750/content/0000000c.app
Reading...
ISFS_Open(/title/00010001/48434750/content/0000000c.app) returned 6
Size = 316416 bytes
ISFS Blocksize = 2048
Padding...
Writing...
Adding content done
Processing content 1
Regular content path is /title/00010001/48434750/content/00000001.app
Reading...
ISFS_Open(/title/00010001/48434750/content/00000001.app) returned 6
Size = 1762176 bytes
ISFS Blocksize = 2048
Padding...
Writing...
Adding content done
Processing content 2
Regular content path is /title/00010001/48434750/content/0000000d.app
Reading...
ISFS_Open(/title/00010001/48434750/content/0000000d.app) returned 6
Size = 181753312 bytes
Error allocating memory for out2
Reading content failed, size = 0</pre>
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @Jayro, I don't see whats so special about the DS ML, its just a DS lite in a phat shell. At least the phat model had louder speakers, whereas the lite has a much better screen.
    +1
  • SylverReZ @ SylverReZ:
    They probably said "Hey, why not we combine the two together and make a 'new' DS to sell".
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
  • BakerMan @ BakerMan:
    imagine not having hands, cringe
    +1
  • AncientBoi @ AncientBoi:
    ESPECIALLY for things I do to myself :sad:.. :tpi::rofl2: Or others :shy::blush::evil:
    +1
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ if you could find a v5 DS ML you would have the best of both worlds since the v5 units had the same backlight brightness levels as the DS Lite unlockable with flashme
  • The Real Jdbye @ The Real Jdbye:
    but that's a long shot
  • The Real Jdbye @ The Real Jdbye:
    i think only the red mario kart edition phat was v5
  • BigOnYa @ BigOnYa:
    A woman with no arms and no legs was sitting on a beach. A man comes along and the woman says, "I've never been hugged before." So the man feels bad and hugs her. She says "Well i've also never been kissed before." So he gives her a kiss on the cheek. She says "Well I've also never been fucked before." So the man picks her up, and throws her in the ocean and says "Now you're fucked."
    +2
  • BakerMan @ BakerMan:
    lmao
  • BakerMan @ BakerMan:
    anyways, we need to re-normalize physical media

    if i didn't want my games to be permanent, then i'd rent them
    +1
  • BigOnYa @ BigOnYa:
    Agreed, that why I try to buy all my games on disc, Xbox anyways. Switch games (which I pirate tbh) don't matter much, I stay offline 24/7 anyways.
  • AncientBoi @ AncientBoi:
    I don't pirate them, I Use Them :mellow:. Like I do @BigOnYa 's couch :tpi::evil::rofl2:
    +1
  • cearp @ cearp:
    @BakerMan - you can still "own" digital media, arguably easier and better than physical since you can make copies and backups, as much as you like.

    The issue is DRM
  • cearp @ cearp:
    You can buy drm free games / music / ebooks, and if you keep backups of your data (like documents and family photos etc), then you shouldn't lose the game. but with a disk, your toddler could put it in the toaster and there goes your $60

    :rofl2:
  • cearp @ cearp:
    still, I agree physical media is nice to have. just pointing out the issue is drm
  • rqkaiju2 @ rqkaiju2:
    i like physical media because it actually feels like you own it. thats why i plan on burning music to cds
  • cearp @ cearp:
    It's nice to not have to have a lot of physical things though, saves space
    +1
    cearp @ cearp: It's nice to not have to have a lot of physical things though, saves space +1