mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 19:29:51 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@bb1ba2b7f0 🚀
This commit is contained in:
@@ -486,13 +486,12 @@ window.cookieconsent.initialise({
|
||||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#호환성-안내" id="markdown-toc-호환성-안내">호환성 안내</a></li>
|
||||
<li><a href="#준비물" id="markdown-toc-준비물">준비물</a> <ul>
|
||||
<li><a href="#section-i---hardware-button-check-target-3ds" id="markdown-toc-section-i---hardware-button-check-target-3ds">Section I - Hardware Button Check (target 3DS)</a></li>
|
||||
<li><a href="#section-ii---prep-work-source-3ds" id="markdown-toc-section-ii---prep-work-source-3ds">Section II - Prep Work (source 3DS)</a></li>
|
||||
<li><a href="#section-iii---prep-work-target-3ds" id="markdown-toc-section-iii---prep-work-target-3ds">Section III - Prep Work (target 3DS)</a></li>
|
||||
<li><a href="#section-iv---kartdlphax" id="markdown-toc-section-iv---kartdlphax">Section IV - kartdlphax</a></li>
|
||||
<li><a href="#section-v---unsafe_mode" id="markdown-toc-section-v---unsafe_mode">Section V - unSAFE_MODE</a></li>
|
||||
<li><a href="#섹션-vi---boot9strap-설치" id="markdown-toc-섹션-vi---boot9strap-설치">섹션 VI - boot9strap 설치</a></li>
|
||||
<li><a href="#section-vii---restoring-wifi-configuration-profiles" id="markdown-toc-section-vii---restoring-wifi-configuration-profiles">Section VII - Restoring WiFi Configuration Profiles</a></li>
|
||||
<li><a href="#섹션-i---준비-작업-소스-3ds" id="markdown-toc-섹션-i---준비-작업-소스-3ds">섹션 I - 준비 작업 (소스 3DS)</a></li>
|
||||
<li><a href="#섹션-ii---준비-작업-타겟-3ds" id="markdown-toc-섹션-ii---준비-작업-타겟-3ds">섹션 II - 준비 작업 (타겟 3DS)</a></li>
|
||||
<li><a href="#섹션-iii---kartdlphax" id="markdown-toc-섹션-iii---kartdlphax">섹션 III - kartdlphax</a></li>
|
||||
<li><a href="#섹션-iv---menuhax67-설치" id="markdown-toc-섹션-iv---menuhax67-설치">섹션 IV - menuhax67 설치</a></li>
|
||||
<li><a href="#섹션-v---boot9strap-설치" id="markdown-toc-섹션-v---boot9strap-설치">섹션 V - boot9strap 설치</a></li>
|
||||
<li><a href="#섹션-vi---menuhax67-제거" id="markdown-toc-섹션-vi---menuhax67-제거">섹션 VI - menuhax67 제거</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#마무리-단계-로-계속합니다" id="markdown-toc-마무리-단계-로-계속합니다">마무리 단계 로 계속합니다</a></li>
|
||||
@@ -504,15 +503,15 @@ window.cookieconsent.initialise({
|
||||
<details class="notice--info">
|
||||
<summary><em>기술적 상세 정보 (선택 사항)</em></summary>
|
||||
|
||||
<p>In order to exploit the SAFE_MODE firmware of our system, we need to inject an exploited WiFi profile.</p>
|
||||
<p>In order to install custom firmware on our console, we need to get Homebrew Launcher access.</p>
|
||||
|
||||
<p>이 취약점을 사용하기 위해, 마리오 카트 7 게임에 존재하는 다운로드 플레이 기능, 이미 커스텀 펌웨어가 설치되어 있는 콘솔, 그리고 어떤 게임 플러그인을 사용합니다.</p>
|
||||
|
||||
<p>This custom plugin will send a hacked payload to an unhacked console, which then exploits the system in order to inject the exploited WiFi profile into your connections list.</p>
|
||||
<p>This custom plugin will send a hacked payload to an unhacked console, which then exploits the system in order to inject menuhax67, which will allow us to get Homebrew Launcher access.</p>
|
||||
|
||||
<p>Once the WiFi profile has been injected, we will use SAFE_MODE, which is a recovery feature present on all 3DS consoles, to activate the exploited WiFi profile.</p>
|
||||
<p>Once we have Homebrew Launcher access, we can run nimdsphax to install boot9strap.</p>
|
||||
|
||||
<p>For a more technical explanation, see the following links for information on the kartdlphax and unSAFE_MODE exploits: <a href="https://github.com/PabloMK7/kartdlphax">kartdlphax</a>, <a href="https://github.com/zoogie/unSAFE_MODE/">unSAFE_MODE</a>.</p>
|
||||
<p>See <a href="https://github.com/PabloMK7/kartdlphax">here</a> for information about kartdlphax, <a href="https://github.com/zoogie/menuhax67">here</a> for information about menuhax67, and <a href="https://github.com/luigoalma/nimdsphax">here</a> for information about nimdsphax.</p>
|
||||
|
||||
</details>
|
||||
|
||||
@@ -521,42 +520,28 @@ window.cookieconsent.initialise({
|
||||
<p>이 가이드를 진행하기 위해서는, 다음이 필요합니다:</p>
|
||||
|
||||
<ul>
|
||||
<li>커스텀 펌웨어를 설치하려고 하는 3DS (<strong>타겟 3DS</strong>)와 지역이 같은, 커스텀 펌웨어가 설치된 제2의 3DS (<strong>소스 3DS</strong>)
|
||||
<li>A second 3DS with custom firmware (the <strong>source 3DS</strong>) that is the same region as the 3DS you are trying to modify (the <strong>target 3DS</strong>)
|
||||
<ul>
|
||||
<li>양 콘솔들은 USA, JPN, or EUR 지역 기기들이어야 합니다.</li>
|
||||
<li>The consoles must be USA, JPN, or EUR region consoles</li>
|
||||
<li>The source 3DS can be <a href="region-changing">region changed</a> to match the target 3DS if necessary</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>두 3DS와 지역이 같은, 마리오 카트 7의 물리적/디지털 버전</li>
|
||||
<li>두 콘솔을 위한 SD 카드</li>
|
||||
<li>A physical or digital copy of Mario Kart 7 that is the same region as both consoles</li>
|
||||
<li>An SD card for both consoles</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="준비물">준비물</h3>
|
||||
|
||||
<ul>
|
||||
<li>최신 버전의 <a href="https://github.com/PabloMK7/kartdlphax/releases/latest`">kartdlphax</a> (<code class="language-plaintext highlighter-rouge">plugin.3gx</code>)</li>
|
||||
<li>최신 버전의 <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> (직접 다운로드)</li>
|
||||
<li>최신 버전의 <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> (직접 다운로드)</li>
|
||||
<li>최신 버전의 <a href="https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip">nimdsphax</a> (직접 다운로드)</li>
|
||||
<li>최신 버전의 <a href="https://github.com/zoogie/menuhax67/releases/latest">menuhax67</a></li>
|
||||
<li>최신 버전의 <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> (<code class="language-plaintext highlighter-rouge">.zip</code> 파일)</li>
|
||||
<li>The latest release of <a href="https://github.com/zoogie/unSAFE_MODE/releases/latest">unSAFE_MODE</a> (the RELEASE <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-i---hardware-button-check-target-3ds">Section I - Hardware Button Check (target 3DS)</h4>
|
||||
|
||||
<p>이 섹션에서는 콘솔의 좌/우 어깨 버튼 (L, R 버튼)이 정상적으로 동작하는지 확인합니다. 이 테스트를 통해, 다음 페이지에서 어떤 방법을 취해야 할지 결정할 수 있습니다.</p>
|
||||
|
||||
<ol>
|
||||
<li>콘솔의 전원을 켜 주세요</li>
|
||||
<li>HOME 메뉴가 보이면, (L 버튼)과 (R 버튼)을 동시에 눌러주세요
|
||||
<ul>
|
||||
<li>카메라 앱이 실행되어야 합니다</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>콘솔의 전원을 꺼 주세요</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--warning">If the camera does not open, you cannot follow this method. 이 경우, <a href="https://discord.gg.MWxPgEp">Nintendo Homebrew Discord 서버</a>에 오셔서 도움을 요청하세요.</p>
|
||||
|
||||
<h4 id="section-ii---prep-work-source-3ds">Section II - Prep Work (source 3DS)</h4>
|
||||
<h4 id="섹션-i---준비-작업-소스-3ds">섹션 I - 준비 작업 (소스 3DS)</h4>
|
||||
|
||||
<p>이 섹션에서는, 소스 3DS (커스텀 펌웨어가 설치 되어 있는 콘솔)을 익스플로잇 데이터를 타겟 3DS로 전송할 수 있도록 설정합니다.</p>
|
||||
|
||||
@@ -572,36 +557,45 @@ window.cookieconsent.initialise({
|
||||
<li>USA: <code class="language-plaintext highlighter-rouge">luma/plugins/0004000000030800</code></li>
|
||||
<li>EUR: <code class="language-plaintext highlighter-rouge">luma/plugins/0004000000030700</code></li>
|
||||
<li>JPN: <code class="language-plaintext highlighter-rouge">luma/plugins/0004000000030600</code></li>
|
||||
<li><code class="language-plaintext highlighter-rouge">plugins</code> 폴더와 <code class="language-plaintext highlighter-rouge">00040000...</code> 폴더가 없으면 만들어 주세요</li>
|
||||
<li>Create the <code class="language-plaintext highlighter-rouge">plugins</code> and <code class="language-plaintext highlighter-rouge">00040000...</code> folders if they do not already exist</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>SD 카드를 분리해 <strong>소스 3DS</strong>에 장착해 주세요</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-iii---prep-work-target-3ds">Section III - Prep Work (target 3DS)</h4>
|
||||
<h4 id="섹션-ii---준비-작업-타겟-3ds">섹션 II - 준비 작업 (타겟 3DS)</h4>
|
||||
|
||||
<p>In this section, you will copy the files needed to trigger the unSAFE_MODE exploit onto your target 3DS (the 3DS that you are trying to modify)’s SD card.</p>
|
||||
<p>In this section, you will set up the files that the target 3DS will need to install custom firmware.</p>
|
||||
|
||||
<ol>
|
||||
<li><strong>타겟 3DS</strong>의 SD 카드를 컴퓨터에 삽입해 주세요</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">boot.firm</code> and <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> to the root of the <strong>target 3DS’s</strong> SD card</li>
|
||||
<li>SD 카드이 루트에 <code class="language-plaintext highlighter-rouge">boot9strap</code> 라는 이름으로 새 폴더를 생성해 주세요</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> and <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> from the RELEASE <code class="language-plaintext highlighter-rouge">.zip</code> to the <code class="language-plaintext highlighter-rouge">/boot9strap/</code> folder on your SD card</li>
|
||||
<li>SD 카드에 있는 <code class="language-plaintext highlighter-rouge">/boot9strap/</code> 폴더에 boot9strap <code class="language-plaintext highlighter-rouge">.zip</code> 파일 안에 압축되있는 <code class="language-plaintext highlighter-rouge">boot9strap.firm</code>과 <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code>을 복사해 주세요</li>
|
||||
<li>SafeB9SInstaller <code class="language-plaintext highlighter-rouge">.zip</code>의 <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code>을 SD 카드의 루트로 복사해 주세요</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">usm.bin</code> from the RELEASE <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
|
||||
<li>Create a folder called <code class="language-plaintext highlighter-rouge">3ds</code> on the root of your SD card</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">slotTool.3dsx</code> from the <code class="language-plaintext highlighter-rouge">slotTool</code> folder inside the RELEASE <code class="language-plaintext highlighter-rouge">.zip</code> to the <code class="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
|
||||
<li>SD 카드의 루트에 <code class="language-plaintext highlighter-rouge">3ds</code> 폴더가 없을 경우 폴더를 만들어 주세요
|
||||
<ul>
|
||||
<li>이 폴더에는 홈브류 에플리케이션과 데이터가 보관되어 있으며, 콘솔이 자동으로 생성하는 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더와 다른 폴더입니다</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>nimdsphax <code class="language-plaintext highlighter-rouge">.zip</code>안에 있는 <code class="language-plaintext highlighter-rouge">nimdsphax</code> 폴더를 SD 카드의 <code class="language-plaintext highlighter-rouge">/3ds/</code> 폴더에 복사해 주세요</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">menuhax67_installer.3dsx</code> from the menuhax <code class="language-plaintext highlighter-rouge">.zip</code> to the <code class="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
|
||||
<li>Copy Launcher.dat from the folder for your model and region inside the menuhax <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
|
||||
<li>SD 카드를 분리해 <strong>타겟 3DS</strong>에 장착해 주세요</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-iv---kartdlphax">Section IV - kartdlphax</h4>
|
||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/kart-root-layout.png" alt="" /></p>
|
||||
|
||||
<p>In this section, you will use Download Play to transfer the exploit data from the source 3DS to the target 3DS, which can be used to overwrite your Wi-Fi slots with hacked data. Your Wi-Fi connection settings will be temporarily overwritten while the exploit is active.</p>
|
||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/kart-3ds-layout.png" alt="" /></p>
|
||||
|
||||
<h4 id="섹션-iii---kartdlphax">섹션 III - kartdlphax</h4>
|
||||
|
||||
<p>In this section, you will use Download Play to transfer the exploit data from the source 3DS to the target 3DS, which can be used to install menuhax67, a Homebrew Launcher entrypoint. Your HOME Menu settings will be temporarily inaccessible on the target 3DS while this exploit is active.</p>
|
||||
|
||||
<ol>
|
||||
<li><strong>소스 3DS</strong>의 전원을 켜 주세요
|
||||
<ul>
|
||||
<li>Luma3DS를 설정하는 창이 표시되면, START를 눌러 저장해 주세요</li>
|
||||
<li>If you are prompted to set up Luma3DS, just press START to save the configuration</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>HOME 메뉴에 도달하면, (L 버튼) + (십자키 아래) + (Select)를 눌러 Rosalina 메뉴를 띄워 주세요</li>
|
||||
@@ -609,35 +603,35 @@ window.cookieconsent.initialise({
|
||||
<li>(B)를 눌러 Rosalina 메뉴를 나와 주세요</li>
|
||||
<li>마리오 카트 7를 실행해 주세요
|
||||
<ul>
|
||||
<li>실행하기 전 무선 연결이 활성화되어 있는지 확인해 주세요</li>
|
||||
<li>Ensure that wireless connectivity is enabled</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code class="language-plaintext highlighter-rouge">로컬 멀티플레이어</code>로 진입해 주세요. (언어별로 메뉴 이름이 다를 수 있음) 메뉴가 표시될 것입니다
|
||||
<ul>
|
||||
<li>화면이 멎는다면, 전원 버튼을 약 15초간 길게 눌러 전원을 강제 종료하고, 다시 시도해 주세요</li>
|
||||
<li>이전에 kartdlphax를 실행한 적이 있다면, 마지막으로 지정한 설정이 로드됩니다. 그 설정이 맞다면, <code class="language-plaintext highlighter-rouge">Use settings</code>를 누르고 다음 세 과정을 건너뛰어주세요. 설정이 다르다면 <code class="language-plaintext highlighter-rouge">Change settings</code>를 눌러 계속해 주세요</li>
|
||||
<li>If the screen freezes, hold the power button for fifteen seconds to force power off your console, then try again</li>
|
||||
<li>If you have launched kartdlphax previously, the last selected settings will be loaded. 그 설정이 맞다면, <code class="language-plaintext highlighter-rouge">Use settings</code>를 누르고 다음 세 과정을 건너뛰어주세요. 설정이 다르다면 <code class="language-plaintext highlighter-rouge">Change settings</code>를 눌러 계속해 주세요</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>타겟 3DS</strong>의 콘솔 종류를 선택해 주세요 (<code class="language-plaintext highlighter-rouge">Old 3DS family</code> 또는 <code class="language-plaintext highlighter-rouge">New 3DS family</code>)</li>
|
||||
<li>시스템 버전에 따라 다음 취약점을 선택해 주세요:
|
||||
<ul>
|
||||
<li>11.16.0: <code class="language-plaintext highlighter-rouge">xPloitInjector (11.16)</code>를 선택해 주세요</li>
|
||||
<li>11.17.0: <code class="language-plaintext highlighter-rouge">xPloitInjector (11.17)</code>를 선택해 주세요</li>
|
||||
<li>11.16.0: select <code class="language-plaintext highlighter-rouge">xPloitInjector (11.16)</code></li>
|
||||
<li>11.17.0: select <code class="language-plaintext highlighter-rouge">xPloitInjector (11.17)</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>확인 메뉴가 표시됩니다. 설정이 맞다면, <code class="language-plaintext highlighter-rouge">Use settings</code>를 선택해 주세요
|
||||
<ul>
|
||||
<li>표시된 설정이 맞지 않다면, <code class="language-plaintext highlighter-rouge">Change settings</code>를 눌러 알맞게 조정해 주세요</li>
|
||||
<li>If the settings are not correct, press <code class="language-plaintext highlighter-rouge">Change settings</code> and modify them accordingly</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code class="language-plaintext highlighter-rouge">방 만들기</code>를 눌러 주세요 (언어별로 메뉴 이름이 다를 수 있음)
|
||||
<ul>
|
||||
<li>소스 3DS가 여기서 멎으며 카트리지를 이용하고 있다면, <a href="dumping-titles-and-game-cartridges#installing-a-game-cartridge-directly-to-the-system">카트리지를 시스템에 설치</a>해보세요</li>
|
||||
<li>If the source 3DS freezes at this point and you are using a cartridge, try <a href="dumping-titles-and-game-cartridges#installing-a-game-cartridge-directly-to-the-system">installing the cartridge to the system</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>타겟 3DS</strong>의 전원을 켜 주세요
|
||||
<ul>
|
||||
<li>실행하기 전 무선 연결이 활성화되어 있는지 확인해 주세요</li>
|
||||
<li>Ensure that wireless connectivity is enabled</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>타겟 3DS</strong>에서 다운로드 플레이 앱을 실행해 (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />), “Nintendo 3DS”를 선택해 주세요</li>
|
||||
@@ -647,48 +641,35 @@ window.cookieconsent.initialise({
|
||||
<li>잠시 기다려 주세요 (<strong>소스 3DS</strong>에 진행도가 표시됩니다)</li>
|
||||
<li>익스플로잇이 성공했다면, <strong>타겟 3DS</strong>가 3DS ROP xPloit Injector로 부팅됩니다
|
||||
<ul>
|
||||
<li>익스플로잇이 실패했다면, 두 3DS 콘솔 모두 종료한 후 <code class="language-plaintext highlighter-rouge">섹션 III - kartdlphax</code>의 처음부터 다시 시작해 주세요</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Press (X) to inject unSAFE_MODE</li>
|
||||
<li>If the injection was successful, the screen will turn green and the <strong>target 3DS</strong> will automatically power off
|
||||
<ul>
|
||||
<li>If the screen turns red, power off the target 3DS and start again from the beginning of <code class="language-plaintext highlighter-rouge">Section III - kartdlphax</code>. If this doesn’t work, ask for help at <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a>)</li>
|
||||
<li>If the exploit was not successful, power off the <strong>source 3DS</strong> and <strong>target 3DS</strong> and start again from the beginning of <code class="language-plaintext highlighter-rouge">Section III - kartdlphax</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--info">You will <strong>not</strong> need to use your <strong>source 3DS</strong> to complete any further steps on this guide. Any further steps should only be completed on the <strong>target 3DS</strong>.</p>
|
||||
|
||||
<h4 id="section-v---unsafe_mode">Section V - unSAFE_MODE</h4>
|
||||
|
||||
<p>In this section, you will enter Safe Mode (a feature available on all 3DS family consoles) and navigate to a menu where unSAFE_MODE will be triggered, which will launch you into the boot9strap (custom firmware) installer.</p>
|
||||
<h4 id="섹션-iv---menuhax67-설치">섹션 IV - menuhax67 설치</h4>
|
||||
|
||||
<ol>
|
||||
<li>전원이 꺼져 있는 상태에서 (L 어깨) + (R 어깨) + (십자 Up) + (A) 를 길게 눌르고, 누르는 상태에서 전원을 켜 주세요
|
||||
<li>(Y) + (십자 패드 Down)을 눌러 menuhax67을 설치해 주세요
|
||||
<ul>
|
||||
<li>안전 모드로 부팅 될 때 까지 버튼들을 눌러 주세요 (“본체 업데이트” 메뉴)</li>
|
||||
<li>The console will automatically power off</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>“OK”를 선택해서 업데이트를 확인해 주세요
|
||||
<li>콘솔의 전원을 켜 주세요</li>
|
||||
<li>아래 화면 왼쪽에 있는 HOME 메뉴 설정 아이콘을 눌러 주세요 (<img src="https://3ds.hacks.guide/images/homemenuicon.png" alt="" height="32px" width="52px" />)
|
||||
<ul>
|
||||
<li>실제로 업데이트를 하는 것은 아닙니다. 이것은 익스플로잇의 일부입니다</li>
|
||||
<li>If the console freezes for a while and then crashes, make sure you have Launcher.dat on the root of your SD card</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>“동의함”를 눌러서 이용 약관에 동의해 주세요</li>
|
||||
<li>이 업데이트는 에러 코드 <code class="language-plaintext highlighter-rouge">003-1099</code> 와 같이 실패를 할 겁니다. 이것은 의도적 행동입니다</li>
|
||||
<li>When asked “Would you like to configure Internet settings?”, select “Yes”</li>
|
||||
<li>On the following menu, navigate to <code class="language-plaintext highlighter-rouge">Connection 1</code> -> <code class="language-plaintext highlighter-rouge">Change Settings</code> -> <code class="language-plaintext highlighter-rouge">Next Page (right arrow)</code> -> <code class="language-plaintext highlighter-rouge">Proxy Settings</code> -> <code class="language-plaintext highlighter-rouge">Detailed Setup</code> (<a href="/images/screenshots/usm/safemode_highlighted.png">image</a>)</li>
|
||||
<li>If the exploit was successful, your console will have booted into SafeB9SInstaller
|
||||
<li>익스플로잇이 성공적이었다면 Homebrew Launcher로 부팅되었을 것입니다</li>
|
||||
<li>홈브류 목록에서 nimdsphax를 실행해 주세요</li>
|
||||
<li>익스플로잇이 성공적이었다면 SafeB9SInstaller로 부팅되었을 것입니다
|
||||
<ul>
|
||||
<li>If your console instead freezes on a white screen, hold the POWER button until it turns off, then retry this section</li>
|
||||
<li>If your console instead freezes on a red screen, you are missing <code class="language-plaintext highlighter-rouge">usm.bin</code> from the root of your SD card</li>
|
||||
<li>If you get a different error, <a href="troubleshooting#installing-boot9strap-usm">follow this troubleshooting guide</a></li>
|
||||
<li>If your console freezes on a red screen, hold the POWER button until it turns off, then try running menuhax again by powering on your console and tapping on the HOME Menu settings icon</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="섹션-vi---boot9strap-설치">섹션 VI - boot9strap 설치</h4>
|
||||
<h4 id="섹션-v---boot9strap-설치">섹션 V - boot9strap 설치</h4>
|
||||
|
||||
<p>이 섹션에서는, 커스텀 펌웨어를 설치할 것입니다.</p>
|
||||
|
||||
@@ -706,18 +687,18 @@ window.cookieconsent.initialise({
|
||||
<li>만약 콘솔이 부팅시에 꺼진다면 Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> 파일 안에 압축 되있는 <code class="language-plaintext highlighter-rouge">boot.firm</code>을 SD 카드의 루트로 복사 했는지 확인해 주세요</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>(Start)를 눌러 저장하고 기기를 다시 시작해 주세요</li>
|
||||
<li>(Start)를 눌러 저장하고 콘솔을 다시 시작해 주세요</li>
|
||||
</ol>
|
||||
|
||||
<p>이제 기기는 Luma3DS를 기본으로 부팅 됩니다.</p>
|
||||
<p>이제 콘솔은 Luma3DS를 기본으로 부팅 됩니다.</p>
|
||||
<ul>
|
||||
<li>Luma3DS는 보통 HOME 메뉴와 똑같이 보입니다. 만약 기기가 HOME 메뉴로 부팅되었다면, 커스텀 펌웨어가 설치되어 있습니다.</li>
|
||||
<li>다음 페이지에서는 커펌에 유용한 홈브류를 설치해 기기 준비를 완료할 것 입니다.</li>
|
||||
<li>Luma3DS는 보통 HOME 메뉴와 똑같이 보입니다. 만약 콘솔이 HOME 메뉴로 부팅되었다면, 커스텀 펌웨어가 설치되어 있습니다.</li>
|
||||
<li>다음 페이지에서는 커펌에 유용한 홈브류를 설치해 콘솔 준비를 완료할 것 입니다.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-vii---restoring-wifi-configuration-profiles">Section VII - Restoring WiFi Configuration Profiles</h4>
|
||||
<h4 id="섹션-vi---menuhax67-제거">섹션 VI - menuhax67 제거</h4>
|
||||
|
||||
<p>In this section, you will enter the Homebrew Launcher (using custom firmware) so that you can restore the Wi-Fi connection slots that were overwritten in Section I.</p>
|
||||
<p>In this section, you will use the Homebrew Launcher to remove menuhax67, which will let you access the HOME Menu Settings option normally.</p>
|
||||
|
||||
<ol>
|
||||
<li>다운로드 플레이 앱을 실행해 주세요 (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />)</li>
|
||||
@@ -736,9 +717,9 @@ window.cookieconsent.initialise({
|
||||
<li>만약 콘솔이 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 화면에 정지되면, SD 카드 루트에 <code class="language-plaintext highlighter-rouge">boot.3dsx</code>이 존재하지 않습니다</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Launch slotTool from the list of homebrew</li>
|
||||
<li>Select “RESTORE original wifi slots 1,2,3”</li>
|
||||
<li>Your console will then reboot</li>
|
||||
<li>Launch menuhax67_installer from the list of homebrew</li>
|
||||
<li>Select REMOVE menuhax67</li>
|
||||
<li>When you see “done.”, press (A), then press (A) on “EXIT to menu”</li>
|
||||
</ol>
|
||||
|
||||
<hr />
|
||||
|
Reference in New Issue
Block a user