1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-30 20:00:09 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@58c8580493 🚀

This commit is contained in:
lifehackerhansol
2023-11-14 15:45:35 +00:00
parent 215a8aa501
commit 0226ac9886
63 changed files with 253 additions and 273 deletions

View File

@@ -580,9 +580,9 @@ window.cookieconsent.initialise({
</li>
<li>kartdlphax의 <code class="language-plaintext highlighter-rouge">plugin.3gx</code><strong>가지고 계신 마리오 카트 7의 지역</strong>에 맞추어 <strong>소스 3DS</strong>의 SD 카드의 다음 경로에 복사해 주세요
<ul>
<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>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>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>

View File

@@ -547,9 +547,9 @@ window.cookieconsent.initialise({
<li>You can update Mario Kart 7 from eShop or by following the update prompt when you launch the game</li>
</ul>
</li>
<li>A Windows computer</li>
<li>A computer running Windows, macOS, or Linux</li>
<li>Seedminer에서 받은 <code class="language-plaintext highlighter-rouge">movable.sed</code> 파일</li>
<li>최신 버전의 <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a></li>
<li>The latest release of <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a> (the release marked <code class="language-plaintext highlighter-rouge">WINDOWS</code> if you have a Windows computer, or the release marked <code class="language-plaintext highlighter-rouge">LINUX-macOS</code> if you have a macOS or Linux-based computer)</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>
@@ -609,15 +609,15 @@ window.cookieconsent.initialise({
</ul>
</li>
<li>Open the <code class="language-plaintext highlighter-rouge">backup</code> folder inside of the Release_BETA_mk7 folder</li>
<li>Double-click on the BACKUP <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region (e.g. backup_USA.bat if you have a USA copy of Mario Kart 7)
<li>Double-click on the BACKUP file corresponding to your consoles region (e.g. <code class="language-plaintext highlighter-rouge">backup_USA</code> if you have a USA copy of Mario Kart 7)
<ul>
<li>If you are unsure of your console region, you can check System Settings. U = USA; E = EUR, J = JPN</li>
<li>If you get a message from Windows Defender, click “More info”, “Run anyway”, then press any key to continue</li>
<li>If the backup was successful, you should see a new folder appear</li>
<li>If you wish to restore this data at a later date (after finishing this guide), insert your SD card and double-click on the RESTORE <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region</li>
<li>If you wish to restore this data at a later date (after finishing this guide), insert your SD card and double-click on the RESTORE file corresponding to your consoles region</li>
</ul>
</li>
<li>Go back to the Release_BETA_mk7 folder, then double-click on the <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region (e.g. USA.bat if you have a USA copy of Mario Kart 7)</li>
<li>Go back to the Release_BETA_mk7 folder, then double-click on the file corresponding to your consoles region (e.g. <code class="language-plaintext highlighter-rouge">USA</code> if you have a USA copy of Mario Kart 7)</li>
<li>SD 카드를 콘솔에 다시 삽입해 주세요</li>
</ol>

View File

@@ -533,7 +533,7 @@ window.cookieconsent.initialise({
<h3 id="호환성-안내">호환성 안내</h3>
<p class="notice--warning">This method requires a computer running Windows or Linux. macOS is NOT supported, nor are phones or tablets. If you do not have access to Windows or Linux, you will need to use an <a href="alternate-exploits">alternate exploit</a>.</p>
<p class="notice--warning">This method requires a computer running Windows, Linux, or macOS. Phones or tablets are NOT currently supported. If you do not have access to a computer, you will need to use an <a href="alternate-exploits">alternate exploit</a>.</p>
<h3 id="준비물">준비물</h3>
@@ -541,7 +541,7 @@ window.cookieconsent.initialise({
<li>최신 버전의 <a href="https://github.com/zoogie/MSET9/releases/latest">MSET9</a> (Release <code class="language-plaintext highlighter-rouge">.zip</code> 파일)</li>
<li>Any 3.x version of <a href="https://www.python.org/downloads/">Python</a> <strong>installed on your computer</strong>
<ul>
<li>If you are on Linux, you likely already have Python 3. Check by opening a terminal and entering <code class="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>
<li>If you are on Linux or macOS, you may already have Python 3. Check by opening a Terminal window and entering <code class="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>
</ul>
</li>
</ul>
@@ -573,6 +573,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
@@ -620,6 +621,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>
@@ -633,7 +635,7 @@ window.cookieconsent.initialise({
<li>Reinsert your SD card into your console <strong>without pressing any buttons or touching the screen</strong></li>
<li>익스플로잇이 성공적이었다면 SafeB9SInstaller로 부팅되었을 것입니다
<ul>
<li>If you get a red screen, follow the <a href="troubleshooting#installing-boot9strap-mset9">troubleshooting guide</a></li>
<li>If you get a red screen or the console gets stuck on a loading screen, follow the <a href="troubleshooting#installing-boot9strap-mset9">troubleshooting guide</a></li>
</ul>
</li>
</ol>
@@ -671,6 +673,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>

View File

@@ -548,7 +548,9 @@ window.cookieconsent.initialise({
<details>
<summary><strong>컴퓨터 호환성</strong></summary>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/os.jpg" alt="" /></p>
<p>이 가이드는 인터넷에서 파일을 다운로드 하고 SD카드에 옮길 수 있어야만 이용 가능합니다. 본인의 컴퓨터/스마트폰/전자기기에 따라서 컴퓨터에서 SD 카드를 읽기 위해 USB-&gt;SD 카드 어댑터를 구매해야 할 수도 있습니다.</p>
<p>In most cases, you can follow this guide as long as you are able to download files from the Internet and copy them to your SD card. 본인의 컴퓨터/스마트폰/전자기기에 따라서 컴퓨터에서 SD 카드를 읽기 위해 USB-&gt;SD 카드 어댑터를 구매해야 할 수도 있습니다.</p>
<p>Some methods (notably, Kartminer7 and MSET9) may require a traditional computer running Windows, macOS, or Linux. If you are unable to get access to a computer using those operating systems, you will need to follow another method.</p>
</details>
<details>
@@ -576,8 +578,10 @@ window.cookieconsent.initialise({
<h2 id="컴퓨터에서-해야-할-일">컴퓨터에서 해야 할 일</h2>
<p class="notice--warning">Following this guide alone should not result in data loss, but SD card corruption is always a possibility. You should make a backup of your SD card contents (especially the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder) if you have important data.</p>
<details>
<summary><strong>파일 위치 용어 (예 - "SD 카드 루트")</strong></summary>
<summary><strong>파일 위치 용어 (예 - "root of SD", "/luma/")</strong></summary>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/sdroot.png" alt="" /></p>
<p>SD 카드에 파일을 복사할 때 올바른 위치에 넣는 것이 중요합니다. 그렇지 않으면 콘솔에서 파일을 감지하지 못하고 사용하려는 취약점이나 소프트웨어가 작동하지 않습니다. 이 가이드에서는 SD 카드의 “루트”라는 용어를 자주 볼 수 있습니다. 이는 SD 카드의 어떠한 폴더에도 들어가있지 않다는 것을 의미합니다. 컴퓨터에서 SD 카드를 처음 열 때 나타나는 디렉터리를 ‘루트’라고 합니다.</p>

View File

@@ -636,8 +636,6 @@ window.cookieconsent.initialise({
<p>이 방법은 게임 카드 또는 디지털 버전의 마리오 카트 7 게임을 사용합니다. <code class="language-plaintext highlighter-rouge">movable.sed</code> 파일을 사용하여, 마리오 카트 7의 SD 카드 데이터를 개조하여 Homebrew Launcher 접근 권한을 획득하여 이후의 취약점 공략에 사용할 수 있습니다.</p>
<p class="notice--warning">이 방법은 Windows OS 컴퓨터가 필요합니다.</p>
<p class="notice--primary"><a href="installing-boot9strap-(kartminer7)">boot9strap 설치 (Kartminer7)</a>로 계속합니다</p>
<h4 id="dsiware">DSiWare</h4>

View File

@@ -1050,13 +1050,6 @@ window.cookieconsent.initialise({
</details>
<details>
<summary><u>Error 11: macOS is not supported!</u></summary>
<p>You are trying to run the MSET9 script from a computer running macOS, which is not currently supported. Try running the script from a computer running Windows or Linux. If you do not have access to such a computer, you will need to follow an <a href="alternate-exploits">alternate exploit</a>.</p>
</details>
<details>
<summary><u>Error 12: You don't have 1 ID1, you have (#)!</u></summary>