Search results

  1. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    Give us the TitleID and TitleKey you're using.
  2. I

    Hacking How to make a working DLC.CIA from Xorpads?

    I forgot, yeah you should include that.
  3. I

    Hacking How to make a working DLC.CIA from Xorpads?

    makerom -o FantasyLife_DLC.cia -dlc -major 0 -minor 0 -major 0 -i 00000000.app:0:0 -i 00000001.app:1:1
  4. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    The people you were responding to, were in turn responding to hiccup in regards to decrypting DLC. Context is important isn't it?
  5. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    The 3DS has a hardware aes engine, with a secret key scrambler built into it. The whole point of this program is to use the fact that while we don't personally know the key scrambler algorithm, the 3ds does. With control of the arm9 core we can instruct the 3ds aes engine to do the crypto for us.
  6. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    sd card decrypter, and then ncch decrypter
  7. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    On Gbatemp? Who would do such a thing?
  8. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    Cfa only + installed title = mind blown for einstein. Yes it is possible with everything public.
  9. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    When you decrypt DLC you're in for a surprise.
  10. I

    Hacking 1273 BigBlueMenu Publisher: BigBlueBox

    The pokemon VC say in the NFO that they're only for dev units. Did debug WADs install on retail wiis?
  11. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    I still don't understand why you don't make a universal xorgen format (therefore one xorgen 3ds app), which all of your PC utilities create xorinfo.bin for. Are you going to create another separate 3ds app for nand xorpad generating?
  12. I

    Hacking GBC VC Generator

    That's a lot of work you've done in that batch file. Did you know, that for example putting this line in a RSF file: Key: $(VALUE) and add this to the makerom command: -DVALUE="SomeValue" Makerom will read that line as: Key: SomeValue Test1: CTR-$(A)-$(CODE) Test2: - Item1 - Item$(B)...
  13. I

    Hacking (4.x only) CIA CFW Complete Guide

    why is this bit still there? It is misleading.
  14. I

    Hacking (4.x only) CIA CFW Complete Guide

    If you create two text files in sdmc:/Nintendo 3DS/<id0>/<id1>/dbs/ And rename them to title.db & import.db. Go into system settings, abd attempt to "manage" the software on the sd card. The 3ds will tell you that some data is damaged, and wants to repair it. This creates the sd card data so...
  15. I

    Hacking [release] 3ds CFW-CIA Installer

    Try installing it to the NAND, instead of SDMC.
  16. I

    Hacking [release] 3ds CFW-CIA Installer

    of course you do. I take that back. I am stupid. I do not even know what an sdk is. Please ignore this drama and passionately continue your work.
  17. I

    Hacking [release] 3ds CFW-CIA Installer

    XD haha, you didn't make that devmenu cia. You are clearly unaware that it's watermarked.
  18. I

    Hacking [release] 3ds CFW-CIA Installer

    Speaking of stealing. Care to explain why your devmenu has the same product code and title id, as the one in this "separate" cfw leak?
  19. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    Are you suggesting he violate Nintendo's copyright to the SDK by redistributing it here? Because that's against the forum rules. Gbatemp is a proud law(DMCA) abiding forum. Your blatant requests to violate Nintendo's copyright to their SDK are not welcome here. The problem isn't the fact...
  20. I

    ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

    Why not change the format, so the user can elect the keyslot & keyX/keyY data. This would allow so the xorpad generator can be released as a binary (as the 7.x keyx would be in the ncchinfo.bin). It would also let users use this for other things, like decrypt their sd card content (independent...