Guide_3DS/_pages/en_US/dumping-movable-(nimhax).txt
Lily 3bff47ca66
Add alternate exploits for 11.17
a.k.a. "the worst structural change in the history of this guide"

- freakyhax
- ninjhax
- smilehax-iie
- seedminer (alt) -> pichaxx
- seedminer (alt) -> steelhax
- seedminer (alt) -> eshop dsiware -> fredtool
2023-06-05 13:01:12 -07:00

47 lines
1.8 KiB
Text

---
title: "Dumping Movable (nimhax)"
---
{% include toc title="Table of Contents" %}
{% capture technical_info %}
<summary><em>Technical Details (optional)</em></summary>
To install boot9strap on your device, we derive your device'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 device.
For a more technical explanation, see [here](https://github.com/luigoalma/nimhax/) for information about the nimhax exploit.
{% 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)
### Instructions
#### Section I - Prep Work
1. Power off your device
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. Reinsert your SD card into your device
1. Power on your device
![]({{ "/images/screenshots/nimhax-location.png" | absolute_url }})
{: .notice--info}
#### Section II - nimhax
1. Open the Homebrew Launcher through your method of choice (likely the Internet Browser)
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 device'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. \
While this method is faster, it requires downloading a file with a torrent client. Do not follow this method if you're unable to use a torrent client.
Continue to [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool))
{: .notice--primary}