Skip to content

themrrobert/Decrypt9

 
 

Repository files navigation

Decrypt9

Build Status

Download

Nightly builds

Generating xorpads for encrypted files

You can build Decrypt9 by using ./build.sh in the root folder. You need DevkitARM to build.

Binaries can then be found in the build/source folder.

Decrypting gamecart dumps

You can use http://dukesrg.no-ip.org/3ds/go to load the Launcher.dat on your 3DS. This should work on almost any firmware version below 9.3.

Then use ncchinfo_gen on your encrypted game (dump the game with the Gateway launcher).

Then, if you're on firmware that is less than 7.x, create/edit slot0x25KeyX.bin in a hex editor and put in the 7.x KeyX (no, I won't give it to you).

Place ncchinfo.bin (and slot0x25KeyX.bin, if on less then 7.x) on your SD card, and run the decryptor. It should take a while, especially if you're decrypting a larger game.

Credits

Roxas75 for the method of ARM9 code injection

Cha(N), Kane49, and all other FatFS contributors for FatFS

Normmatt for sdmc.s as well as project infrastructure (Makefile, linker setup, etc)

Relys, sbJFn5r for the decryptor

About

Multipurpose content dumper and decrypter for the Nintendo 3DS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • Python 4.8%
  • CMake 0.9%
  • Assembly 0.5%
  • C++ 0.4%
  • Shell 0.1%