Dump or browse installed digital titles - ihaveamac/3DS-rom-tools GitHub Wiki
This guide explains how to decrypt or browse the contents of a game or application currently installed on a Nintendo 3DS family system.
- A 3DS system with arm9loaderhax
- arm9loaderhax is not technically required, but is the simplest and most popular setup on 3DS systems. Other setups are not covered in these guides.
-
GodMode9 by d0k3 (recommended)
See its README on how to set it up.-
or Decrypt9WIP by d0k3
See its README on how to set it up.
-
or Decrypt9WIP by d0k3
- Some patience with huge games
- Get the latest release of GodMode9 or Decrypt9WIP.
- Get these slot keys (or an
aeskeydb.bin
with them, provided by Plailect's Guide) and place them at the root or/files9
(you can find them online):
-
slot0x25KeyX.bin
- 7.x NCCH- Needed for decrypting Secure2 on Old3DS <7.0 or arm9loaderhax
- SHA256:
7e878dde92938e4c717dd53d1ea35a75633f5130d8cfd7c76c8f4a8fb87050cd
-
slot0x18KeyX.bin
- New3DS 9.3 NCCH- Needed for decrypting Secure3 for some New3DS exclusive titles on Old3DS without arm9loaderhax
- SHA256:
76c76b655db85219c5d35d517ffaf7a43ebad66e31fbdd5743925937a893ccfc
-
slot0x1BKeyX.bin
- New3DS 9.6 NCCH- Needed for decrypting Secure4 for some New3DS exclusive titles in every environment
- SHA256:
9a201e7c3737f3722e5b578d11837f197ca65bf52625b2690693e4165352c6bb
- Get
seeddb.bin
for titles using 9.6 (seed) encryption.
- Needed for digital/CIA games
- Contains game-specific seeds
- List of games and title IDs that use seed crypto
This will allow you to use GodMode9 browse a game's decrypted contents on a 3DS system.
- Get the Title ID of the game you want to browse.
For example,00040000000edf00
for USA Super Smash Bros. for Nintendo 3DS
The title ID should be split into two parts, such as00040000
(tid-high) and000edf00
(tid-low) - Enter GodMode9 using one of the various entry points.
- Go to
[A:] SYSNAND SD
(to dump SD card titles) or[1:] SYSNAND CTRNAND
(to dump NAND titles) ->title
-> (tid-high) -> (tid-low) ->content
. - Choose one of the contents (largest is typically the main application), then press A to bring up a menu.
- Choose "NCCH image options..." -> "Mount image to drive".
- The game's decrypted contents will be in
[G:] NCCH GAME IMAGE
. Individual files can be copied to the SD card.
This will allow you to decrypt a game using GodMode9, for use on a PC.
- Get the Title ID of the game you want to browse.
For example,00040000000edf00
for USA Super Smash Bros. for Nintendo 3DS
The title ID should be split into two parts, such as00040000
(tid-high) and000edf00
(tid-low) - Enter GodMode9 using one of the various entry points.
- Go to
[A:] SYSNAND SD
(to dump SD card titles) or[1:] SYSNAND CTRNAND
(to dump NAND titles) ->title
-> (tid-high) -> (tid-low) ->content
. - Choose one of the contents (largest is typically the main application), then press A to bring up a menu.
- Choose "NCCH image options..." -> "Decrypt file (...)" -> "Decrypt to 0:/gm9out".
This will allow you to decrypt a game using Decrypt9WIP, for use on a PC.
wip