Updated Decryption (markdown)

archshift 2015-03-22 12:34:14 -07:00
parent 5f8e00348f
commit 6779b89bef

@ -12,7 +12,7 @@ Once the Gateway Launcher opens up, there will be an option to dump a ROM from i
### Step 2: Generating Xorpads ### Step 2: Generating Xorpads
On your PC, download and compile [Decrypt9](https://github.com/archshift/Decrypt9). Run the `ncchinfo_gen.py` [python](https://www.python.org/downloads/release/python-279/) script with the path to your dumped game as the first argument. This will generate the `ncchinfo.bin` file, which you should place on your SD card. On your PC, download or compile [Decrypt9](https://github.com/archshift/Decrypt9). Run the `ncchinfo_gen.py` [python](https://www.python.org/downloads/release/python-279/) script with the path to your dumped game as the first argument. This will generate the `ncchinfo.bin` file, which you should place on your SD card.
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, we won't give it to you). 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, we won't give it to you).
@ -22,7 +22,7 @@ Repeat this process for every game you want to dump.
### Step 3: Applying Xorpads ### Step 3: Applying Xorpads
On your PC, download and compile [Xorer](https://github.com/archshift/xorer). Run xorer with run it from the command line with the 3DS application as the first argument, and the xorpad files as the subsequent arguments. Example: On your PC, download or compile [xorer](https://github.com/archshift/xorer). Run xorer with run it from the command line with the 3DS application as the first argument, and the xorpad files as the subsequent arguments. Example:
`xorer someapp.app -e exheader.xorpad -x exefs.xorpad -r romfs.xorpad` `xorer someapp.app -e exheader.xorpad -x exefs.xorpad -r romfs.xorpad`