From 6779b89befafc5e1a400ef83aef747ecdaab8239 Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 22 Mar 2015 12:34:14 -0700 Subject: [PATCH] Updated Decryption (markdown) --- Decryption.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Decryption.md b/Decryption.md index 1cba346..ea42ac5 100644 --- a/Decryption.md +++ b/Decryption.md @@ -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 -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). @@ -22,7 +22,7 @@ Repeat this process for every game you want to dump. ### 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`