- Joined
- Jan 25, 2024
- Messages
- 11,618
- Points
- 38
- Age
- 39
- Location
- USA
- Website
- gameparadise.org
- Credits
- 192,605
Port by Archshift to work with 9.x: https://github.com/archshift/Decrypt9
Instructions: https://github.com/citra-emu/citra/wiki/Decryption
Compiled download for 9.x (beta):https://mega.co.nz/#!7dIGgJKL!RL1rkYMlpz1gV-EDQZSRc5WGWYU-r86iD_3GwONSQvg
Download Link: https://github.com/Relys/3DS_Multi_Decryptor
Project CTR fork from AppleStashs "Vandalized" version: https://github.com/Relys/Project_CTR
Every File Explorer by Gericom:
http://gbatemp.net/threads/release-every-file-explorer.373615/
sm4sh data tools by comex:
https://github.com/comex/smash-stuff
Sm4shCommand by Sammi Husky and dantarion: http://gbatemp.net/threads/release-sm4shcommand.378245
Sm4sh Documentation by dantarion: http://opensa.dantarion.com/wiki/Main_Page
Sm4sh Patch notes by dantarion: http://opensa.dantarion.com/s4/mastercore2/
Instructions: https://github.com/citra-emu/citra/wiki/Decryption
Compiled download for 9.x (beta):https://mega.co.nz/#!7dIGgJKL!RL1rkYMlpz1gV-EDQZSRc5WGWYU-r86iD_3GwONSQvg
3DS multitool thing.
Functions:
NCCH padgen -- use ctrkeygen.py to generate the needed ncchinfo.bin
SD padgen -- use SDinfo_gen.py to generate the needed SDinfo.bin
Title key decrypter -- check out the scripts in 'ticket-titlekey_stuff'
NAND FAT16 partition padgen --self-explanatory
NAND dumper --self-explanatory
Controls:
DPAD Up/Down: change selection
A: select item
B: return to menu(after your selected process finishes)
YOU NEED TO SUPPLY YOUR OWN COPY OF slot0x25KeyX.bin.
To build for iQUE (Chinese 3DS) please change the following line in rop.py
_pop_r2_pc = 0x0022952D ### for ique change to 0x00229565
Thanks to enler for finding the correct gadget offset.
credits:
sbJFn5r - everything
relys - coded the original C version of "ctrkeygen"
xerpi - did some refactoring early on, that I then built off of and made ugly again.
Thanks:
yellows8 and everyone that contributes to the 3dbrew wiki
megazig for the crypto functions
some GBAtemper for the FS functions. Don't know who you are, but the person I got them from said they came from someone on GBAtemp.
My code is awful, sorry if it's hard to read/follow.
Download Link: https://github.com/Relys/3DS_Multi_Decryptor
Project CTR fork from AppleStashs "Vandalized" version: https://github.com/Relys/Project_CTR
Every File Explorer by Gericom:
http://gbatemp.net/threads/release-every-file-explorer.373615/
sm4sh data tools by comex:
https://github.com/comex/smash-stuff
Sm4shCommand by Sammi Husky and dantarion: http://gbatemp.net/threads/release-sm4shcommand.378245
Sm4sh Documentation by dantarion: http://opensa.dantarion.com/wiki/Main_Page
Sm4sh Patch notes by dantarion: http://opensa.dantarion.com/s4/mastercore2/