-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
needed by kartdlphax
- Loading branch information
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: "menuhax67 + nimhax (3DS ROP xPloit Injector)" | ||
--- | ||
|
||
{% include toc title="Table of Contents" %} | ||
|
||
{% capture technical_info %} | ||
<summary><em>Technical Details (optional)</em></summary> | ||
|
||
To install boot9strap on your console, we derive your console's unique encryption key. To accomplish this, we use the Homebrew Launcher to launch nimhax and dump the data encryption key (movable.sed) from your console. | ||
|
||
For a more technical explanation, see [here](https://github.com/luigoalma/nimhax/) for information about the nimhax exploit and [here](https://github.com/zoogie/menuhax67) for information about menuhax67. | ||
|
||
{% endcapture %} | ||
<details>{{ technical_info | markdownify }}</details> | ||
{: .notice--info} | ||
|
||
### What You Need | ||
|
||
* The latest release of [nimhax](https://github.com/luigoalma/nimhax/releases/latest) (the nimhax `.zip` file) | ||
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file) | ||
|
||
### Instructions | ||
|
||
#### Section I - Injecting menuhax67 | ||
|
||
1. Press (Y) + (D-Pad Down) to inject menuhax67 | ||
1. The **target 3DS** will automatically power off | ||
|
||
You will **not** need to use your **source 3DS** to complete any further steps on this guide. Any further steps should only be completed on the **target 3DS**. | ||
{: .notice--info} | ||
|
||
#### Section II - Prep Work | ||
|
||
1. Power off your console | ||
1. Insert your SD card into your computer | ||
1. Copy the `nimhax` folder from the nimhax `.zip` to the `/3ds/` folder on your SD card | ||
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card | ||
1. Reinsert your SD card into your console | ||
1. Power on your console | ||
|
||
![]({{ "/images/screenshots/nimhax-location.png" | absolute_url }}) | ||
{: .notice--info} | ||
|
||
#### Section III - nimhax | ||
|
||
1. Open the Homebrew Launcher by tapping the HOME Menu Settings icon on the top-left corner of the screen | ||
1. Launch nimhax from the list of homebrew | ||
1. If the exploit was successful, a `movable.sed` file will appear on the root of your SD card | ||
|
||
### Next step: Frogtool | ||
|
||
Once you have your console's encryption key (`movable.sed`), you can use it in conjunction with Frogtool, which uses your `movable.sed` file to inject and take advantage of JPN Flipnote Studio. \ | ||
|
||
Continue to [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) | ||
{: .notice--primary} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters