2023-03-20 06:29:45 +01:00
---
title: "Dumping Movable (nimhax)"
---
{% include toc title="Table of Contents" %}
{% capture technical_info %}
<summary><em>Technical Details (optional)</em></summary>
2023-06-08 03:35:50 +02:00
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.
2023-03-20 06:29:45 +01:00
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
2023-06-08 03:35:50 +02:00
1. Power off your console
2023-03-20 06:29:45 +01:00
1. Insert your SD card into your computer
2023-04-07 06:00:57 +02:00
1. Copy the `nimhax` folder from the nimhax `.zip` to the `/3ds/` folder on your SD card
2023-06-08 03:35:50 +02:00
1. Reinsert your SD card into your console
1. Power on your console
2023-03-20 06:29:45 +01:00
2023-04-25 04:29:35 +02:00
![]({{ "/images/screenshots/nimhax-location.png" | absolute_url }})
{: .notice--info}
2023-03-20 06:29:45 +01:00
#### 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
2023-04-07 06:00:57 +02:00
1. If the exploit was successful, a `movable.sed` file will appear on the root of your SD card
2023-03-20 06:29:45 +01:00
2023-05-24 10:01:03 +02:00
### Next step: Frogtool
2023-04-07 06:00:57 +02:00
2023-06-08 03:35:50 +02:00
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. \
2023-04-07 06:00:57 +02:00
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))
2023-05-24 10:01:03 +02:00
{: .notice--primary}