mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 03:09:53 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@49897e43e8 🚀
This commit is contained in:
@@ -457,8 +457,8 @@ window.cookieconsent.initialise({
|
||||
<li><a href="#section-i---préparatifs" id="markdown-toc-section-i---préparatifs">Section I - Préparatifs</a></li>
|
||||
<li><a href="#section-ii---bannerbomb3" id="markdown-toc-section-ii---bannerbomb3">Section II - BannerBomb3</a></li>
|
||||
<li><a href="#section-iii---unsafe_mode" id="markdown-toc-section-iii---unsafe_mode">Section III - unSAFE_MODE</a></li>
|
||||
<li><a href="#section-iv---installing-boot9strap" id="markdown-toc-section-iv---installing-boot9strap">Section IV - Installing boot9strap</a></li>
|
||||
<li><a href="#section-v---restoring-wifi-configuration-profiles" id="markdown-toc-section-v---restoring-wifi-configuration-profiles">Section V - Restoring WiFi Configuration Profiles</a></li>
|
||||
<li><a href="#section-iv---installation-de-boot9strap" id="markdown-toc-section-iv---installation-de-boot9strap">Section IV - Installation de boot9strap</a></li>
|
||||
<li><a href="#section-v---restauration-des-profils-de-connexion-wi-fi" id="markdown-toc-section-v---restauration-des-profils-de-connexion-wi-fi">Section V - Restauration des profils de connexion Wi-Fi</a></li>
|
||||
<li><a href="#continuer-vers-finalisation-de-linstallation" id="markdown-toc-continuer-vers-finalisation-de-linstallation">Continuer vers Finalisation de l’installation</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -472,13 +472,13 @@ window.cookieconsent.initialise({
|
||||
|
||||
<p>Afin d’exploiter le firmware SAFE_MODE de votre console, nous devons injecter un profil Wi-Fi exploité.</p>
|
||||
|
||||
<p>We can do this using an existing exploit, BannerBomb3.</p>
|
||||
<p>Nous pouvons faire cela en utilisant un exploit existant, BannerBomb3.</p>
|
||||
|
||||
<p>To accomplish this, we use your system’s encryption key (movable.sed) to build a DSiWare backup that exploits the system in order to inject the exploited WiFi profile into your connections list.</p>
|
||||
<p>Pour accomplir cela, nous utilisons la clé de chiffrement de votre console (movable.sed) pour créer une sauvegarde DSiWare qui exploite le système afin d’injecter le profil Wi-Fi exploité dans votre liste de connexions.</p>
|
||||
|
||||
<p>Une fois le profil Wi-Fi injecté, nous utiliserons SAFE_MODE, qui est une fonctionnalité de récupération présente sur toutes les consoles 3DS, pour activer le profil Wi-Fi exploité.</p>
|
||||
|
||||
<p>For a more technical explanation, see the following links for information on the BannerBomb3 and unSAFE_MODE exploits: <a href="https://github.com/zoogie/Bannerbomb3">BannerBomb3</a>, <a href="https://github.com/zoogie/unSAFE_MODE/">unSAFE_MODE</a>.</p>
|
||||
<p>Pour une explication plus technique, voir les liens suivants pour des informations sur les exploits de BannerBomb3 et unSAFE_MODE : <a href="https://github.com/zoogie/Bannerbomb3">BannerBomb3</a>, <a href="https://github.com/zoogie/unSAFE_MODE/">unSAFE_MODE</a>.</p>
|
||||
|
||||
</details>
|
||||
|
||||
@@ -486,7 +486,7 @@ window.cookieconsent.initialise({
|
||||
|
||||
<p>Ces instructions fonctionnent sur les consoles des régions USA, Europe, Japon et Corée, comme indiqué par les lettres U, E, J ou K après la version du logiciel système de la console.</p>
|
||||
|
||||
<p class="notice--warning">If your (Right/Left Shoulder), (D-Pad Up), or (A) buttons do not work, you will need to follow <a href="installing-boot9strap-(fredtool)">an alternate branch of Seedminer</a>. Pour obtenir de l’aide à ce sujet, rejoignez <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew sur Discord</a> et demandez de l’aide, en anglais.</p>
|
||||
<p class="notice--warning">Si vos boutons (L), (R), (Haut sur la croix directionnelle), ou (A) ne fonctionnent pas, vous devrez suivre <a href="installing-boot9strap-(fredtool)">une autre variante de Seedminer</a>. Pour obtenir de l’aide à ce sujet, rejoignez <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew sur Discord</a> et demandez de l’aide, en anglais.</p>
|
||||
|
||||
<h2 id="ce-dont-vous-avez-besoin">Ce dont vous avez besoin</h2>
|
||||
|
||||
@@ -499,17 +499,17 @@ window.cookieconsent.initialise({
|
||||
|
||||
<h4 id="section-i---préparatifs">Section I - Préparatifs</h4>
|
||||
|
||||
<p>In this section, you will copy the files needed to trigger the unSAFE_MODE exploit onto your device’s SD card.</p>
|
||||
<p>Dans cette section, vous copierez les fichiers nécessaires pour déclencher l’exploit unSAFE_MODE sur la carte SD de votre console.</p>
|
||||
|
||||
<ol>
|
||||
<li>Your SD card should be inserted in your computer</li>
|
||||
<li>Votre carte SD doit être insérée dans votre ordinateur</li>
|
||||
<li>Copiez <code class="language-plaintext highlighter-rouge">usm.bin</code> à la racine de votre carte SD</li>
|
||||
<li>Copiez <code class="language-plaintext highlighter-rouge">boot.firm</code> et <code class="language-plaintext highlighter-rouge">boot.3dsx</code> depuis Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code>vers la racine de votre carte SD
|
||||
<ul>
|
||||
<li>La racine de la carte SD représente le répertoire initial de la carte SD où vous pouvez voir le dossier Nintendo 3DS, mais ce n’est pas à l’intérieur de ce dernier</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Créez un dossier à la racine de votre carte SD nommé <code class="language-plaintext highlighter-rouge">boot9strap</code></li>
|
||||
<li>Créez un dossier nommé <code class="language-plaintext highlighter-rouge">boot9strap</code> à la racine de votre carte SD</li>
|
||||
<li>Copiez <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> et <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> depuis le fichier “.zip” de boot9strap vers le dossier <code class="language-plaintext highlighter-rouge">/boot9strap/</code> sur votre carte SD</li>
|
||||
<li>Copiez <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> depuis le fichier <code class="language-plaintext highlighter-rouge">.zip</code> de SafeB9SInstaller à la racine de votre carte SD</li>
|
||||
</ol>
|
||||
@@ -520,20 +520,20 @@ window.cookieconsent.initialise({
|
||||
|
||||
<h4 id="section-ii---bannerbomb3">Section II - BannerBomb3</h4>
|
||||
|
||||
<p>In this section, you will trigger the BannerBomb3 exploit using the DSiWare Management menu, which can be used to overwrite your Wi-Fi slots with hacked data. Vos paramètres de connexion Wi-Fi seront temporairement remplacés pendant que l’exploit sera actif.</p>
|
||||
<p>Dans cette section, vous allez déclencher l’exploit BannerBomb3 en utilisant le menu de Gestion des Nintendo DSiWare qui peut être utilisé pour remplacer vos emplacements Wi-Fi par des données hackées. Vos paramètres de connexion Wi-Fi seront temporairement remplacés pendant que l’exploit sera actif.</p>
|
||||
|
||||
<ol>
|
||||
<li>Retirez la carte SD de votre ordinateur et réinsérez-là dans votre 3DS</li>
|
||||
<li>Retirez la carte SD de votre ordinateur et réinsérez-la dans votre console</li>
|
||||
<li>Allumez votre console</li>
|
||||
<li>Lancez les Paramètres de la console</li>
|
||||
<li>Naviguez vers <code class="language-plaintext highlighter-rouge">Gestion des données</code> -> <code class="language-plaintext highlighter-rouge">DSiWare</code>-> <code class="language-plaintext highlighter-rouge">Carte SD</code> (<a href="/images/screenshots/bb3/dsiware-management.png">image</a>)
|
||||
<ul>
|
||||
<li>Votre console devrait afficher le menu BB3 multihax</li>
|
||||
<li>If this step causes your device to crash, <a href="troubleshooting#bannerbomb3">follow this troubleshooting guide</a></li>
|
||||
<li>If the BB3 multihax menu says “cfw installed already”, you already have custom firmware and should continue from <a href="checking-for-cfw">here</a></li>
|
||||
<li>Si cette étape provoque un plantage de votre console, <a href="troubleshooting#bannerbomb3">suivez ce guide de dépannage</a></li>
|
||||
<li>Si le menu multihax BB3 dit “cfw installed already”, vous avez déjà un custom firmware et devriez continuer <a href="checking-for-cfw">ici</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Use the D-Pad to navigate and press the (A) button to select “Install unSAFE_MODE”
|
||||
<li>Utilisez la croix directionnelle pour naviguer et appuyez sur le bouton (A) pour sélectionner “Install unSAFE_MODE”
|
||||
<ul>
|
||||
<li>Votre console s’éteindra automatiquement</li>
|
||||
</ul>
|
||||
@@ -567,7 +567,7 @@ window.cookieconsent.initialise({
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-iv---installing-boot9strap">Section IV - Installing boot9strap</h4>
|
||||
<h4 id="section-iv---installation-de-boot9strap">Section IV - Installation de boot9strap</h4>
|
||||
|
||||
<p>Dans cette section, vous installerez un custom firmware sur votre console.</p>
|
||||
|
||||
@@ -590,14 +590,14 @@ window.cookieconsent.initialise({
|
||||
<li>Sur la page suivante, vous installerez des applications homebrew utiles pour compléter votre configuration.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-v---restoring-wifi-configuration-profiles">Section V - Restoring WiFi Configuration Profiles</h4>
|
||||
<h4 id="section-v---restauration-des-profils-de-connexion-wi-fi">Section V - Restauration des profils de connexion Wi-Fi</h4>
|
||||
|
||||
<p>In this section, you will trigger the BannerBomb3 exploit a second time so that you can restore the Wi-Fi connection slots that were overwritten in Section II.</p>
|
||||
<p>Dans cette section, vous déclencherez une seconde fois l’exploit BannerBomb3 pour que vous puissiez restaurer les slots de connexion Wi-Fi qui ont été écrasés dans la Section II.</p>
|
||||
|
||||
<ol>
|
||||
<li>Lancez les Paramètres de la console</li>
|
||||
<li>Naviguez vers <code class="language-plaintext highlighter-rouge">Gestion des données</code> -> <code class="language-plaintext highlighter-rouge">DSiWare</code>-> <code class="language-plaintext highlighter-rouge">Carte SD</code> (<a href="/images/screenshots/bb3/dsiware-management.png">image</a>)</li>
|
||||
<li>Use the D-Pad to navigate and press the (A) button to select “Uninstall unSAFE_MODE”
|
||||
<li>Utilisez la croix directionnelle pour naviguer et appuyez sur le bouton (A) pour sélectionner “Uninstall unSAFE_MODE”
|
||||
<ul>
|
||||
<li>Votre console redémarrera automatiquement</li>
|
||||
</ul>
|
||||
@@ -605,7 +605,7 @@ window.cookieconsent.initialise({
|
||||
<li>Éteignez votre console</li>
|
||||
<li>Insérez votre carte SD dans votre ordinateur</li>
|
||||
<li>Naviguez vers <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> -> <code class="language-plaintext highlighter-rouge"><ID0></code> -> <code class="language-plaintext highlighter-rouge"><ID1></code> -> <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code> sur votre carte SD</li>
|
||||
<li>Delete <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> from your Nintendo DSiWare folder and from your computer. Ce fichier ne sera plus nécessaire</li>
|
||||
<li>Supprimez <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> de votre dossier Nintendo DSiWare de votre ordinateur. Ce fichier ne sera plus nécessaire</li>
|
||||
</ol>
|
||||
|
||||
<hr />
|
||||
|
Reference in New Issue
Block a user