Homebrew Xorpad generation on 9.2

  • Thread starter Thread starter ilovepennies
  • Start date Start date
  • Views Views 46,697
  • Replies Replies 116
  • Likes Likes 2
this was posted yesterday, when it actually 'was just released' :)
but sure i don't think it got its own thread, good for some people i'm sure
 
Have anyone tried renaming of Launcher.dat with the custom HTML starter? I think it should work
upd: looks like it's not :(
 
What am I missing here? In the other thread they said that there is no SD Access for this decryptor, but looking at the tutorial it creates xorpads for a file which is located on the SD Card (ncchinfo.bin).

What I'm basically after is to create a xorpad for my NAND once my N3DS is here, so why can't it write to the SD Card, just like it writes the xorpads for the CTR Cards?

Regards,
iCEQB
 
It really works!
10888608_898496910181374_2485656053886458837_n.jpg
 
If you take a look into src for padgen.c it contains:
Code:
    Debug("Creating NAND FAT16 xorpad.  size (MB): 760");
    Debug("\tFilename: sdmc:/nand.fat16.xorpad");

    struct pad_info padInfo = {.keyslot = 0x4, .setKeyY = 0, .size_mb = 760, .filename = L"sdmc:/nand.fat16.xorpad"};
    //It's actually around 758MB in size. But meh, I'll just round up a bit.
    memcpy(padInfo.CTR, ctr, 16);

https://github.com/archshift/Decrypt9/blob/master/source/decryptor/padgen.c

I can't test it, my only 3ds on 9.x is my new3ds xl wich is currently not supported.
 

Site & Scene News

Popular threads in this forum