Guide_3DS/_pages/de_DE/dumping-movable-(nimhax).txt
ihaveahax 6e91d1a219
New Crowdin updates (#2256)
* New translations troubleshooting.txt (Korean)

* New translations 404.md (Korean)

* New translations get-started.txt (Korean)

* New translations installing-boot9strap-(kartdlphax).txt (Korean)

* New translations launch-hbl-dlp.txt (Romanian)

* New translations launch-hbl-dlp.txt (French)

* New translations launch-hbl-dlp.txt (Spanish)

* New translations launch-hbl-dlp.txt (Arabic)

* New translations launch-hbl-dlp.txt (Bulgarian)

* New translations launch-hbl-dlp.txt (Catalan)

* New translations launch-hbl-dlp.txt (Czech)

* New translations launch-hbl-dlp.txt (German)

* New translations launch-hbl-dlp.txt (Greek)

* New translations launch-hbl-dlp.txt (Finnish)

* New translations launch-hbl-dlp.txt (Hebrew)

* New translations launch-hbl-dlp.txt (Hungarian)

* New translations launch-hbl-dlp.txt (Italian)

* New translations launch-hbl-dlp.txt (Japanese)

* New translations launch-hbl-dlp.txt (Korean)

* New translations launch-hbl-dlp.txt (Dutch)

* New translations launch-hbl-dlp.txt (Norwegian)

* New translations launch-hbl-dlp.txt (Polish)

* New translations launch-hbl-dlp.txt (Portuguese)

* New translations launch-hbl-dlp.txt (Russian)

* New translations launch-hbl-dlp.txt (Swedish)

* New translations launch-hbl-dlp.txt (Turkish)

* New translations launch-hbl-dlp.txt (Ukrainian)

* New translations launch-hbl-dlp.txt (Chinese Simplified)

* New translations launch-hbl-dlp.txt (Chinese Traditional)

* New translations launch-hbl-dlp.txt (Vietnamese)

* New translations launch-hbl-dlp.txt (Portuguese, Brazilian)

* New translations launch-hbl-dlp.txt (Indonesian)

* New translations launch-hbl-dlp.txt (Thai)

* New translations launch-hbl-dlp.txt (Croatian)

* New translations launch-hbl-dlp.txt (Malay)

* New translations launch-hbl-dlp.txt (Pirate English)

* New translations launch-hbl-dlp.txt (Portuguese, Brazilian)

* New translations dumping-movable-(nimhax).txt (German)

* New translations en_US.yml (German)
2023-05-06 18:15:44 +03:00

56 lines
2.2 KiB
Text

---
title: "Movable dumpen (nimhax)"
---
{% include toc title="Inhalt" %}
{% capture technical_info %}
<summary><em>Technische Details (optional)</em></summary>
Um boot9strap auf deiner Konsole zu installieren, erlangen wir den einzigartigen Verschlüsselungsschlüssel deines deiner Konsole. Um dies zu erreichen, verwenden wir den Homebrew Launcher, um nimhax zu starten und den Verschlüsselungsschlüssel (movable.sed) von deiner Konsole zu dumpen.
Für eine technischere Erklärung, siehe [hier](https://github.com/luigoalma/nimhax/) für mehr Informationen über den nimhax Exploit.
{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}
### Was du brauchst
* Die neueste Version von [nimhax](https://github.com/luigoalma/nimhax/releases/latest) (die nimhax `.zip` Datei)
### Anleitung
#### Abschnitt I - Vorbereitungen
1. Schalte deine Konsole aus
1. Stecke deine SD-Karte in deinen Computer
1. Kopiere den `nimhax` Ordner aus der nimhax `.zip` in den `3ds` Ordner auf deiner SD-Karte
1. Stecke deine SD-Karte nun wieder in deinen 3DS
1. Schalte deine Konsole an
![]({{ "/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: Choose an exploit
#### Bannerbomb3 (recommended)
Once you have your device's encryption key (`movable.sed`), you can use it in conjunction with BannerBomb3, which uses your `movable.sed` file to take advantage of exploits in the System Settings application.
Continue to [BannerBomb3](bannerbomb3)
{: .notice--info}
#### 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--warning}