---
title: "Homebrew Launcher (PicHaxx)"
---
{% include toc title="목차" %}
{% capture technical_info %}
기술적 상세 정보 (선택 사항)
[PicHaxx](https://github.com/zoogie/pichaxx) is an exploit for the game Pokémon Picross released by [zoogie](https://github.com/zoogie), originally discovered and [demonstrated](https://twitter.com/mrnbayoh/status/744899681663258624) by [MrNbaYoh](https://github.com/MrNbaYoh).
This method of using Seedminer for further exploitation uses your `movable.sed` file to write a custom save file for Pokémon Picross, which can then be used to launch the Homebrew Launcher.
{% endcapture %}
{{ technical_info | markdownify }}
{: .notice--info}
이 과정은 포켓몬 피크로스의 기존 저장 데이터를 덮어쓸 것입니다. 만약 게임의 저장 데이터를 보존하고 싶으시다면 `00000001.sav` 파일을 백업해 두시는 것을 권장합니다.
{: .notice--warning}
### 준비물
+ 기기에 설치된 게임 "포켓몬 피크로스"
+ If you have downloaded it before, you can [redownload it](https://en-americas-support.nintendo.com/app/answers/detail/a_id/607/~/how-to-download-or-redownload-content-in-nintendo-3ds-eshop)
+ 포켓몬 피크로스를 설치하려면 SD 카드가 들어가 있어야 합니다
+ [Seedminer](seedminer)에서 받은 `movable.sed` 파일
+ 최신 버전의 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (`.zip` 파일)
+ [otherapps.zip]({{ base_path }}/assets/otherapps.zip) (직접 다운로드)
### 진행 방법
#### 섹션 I - 준비 작업
이 섹션에서는, Homebrew Launcher를 실행할 파일들을 복사합니다.
1. 기기를 종료해 주세요
1. SD 카드를 컴퓨터에 삽입해 주세요
1. Luma3DS `.zip`안에 있는 `boot.firm`과 `boot.3dsx`를 SD 카드의 루트에 복사해 주세요
+ SD 카드의 루트는 SD 카드를 열 때 보이는 디렉토리이고, Nintendo 3DS 폴더가 보이지만 그 안에 않 들어가 있는 상태의 폴더 입니다
1. Copy the otherapp payload for your model/region/version from `otherapps.zip` to the root of your SD card, then rename the payload to `otherapp.bin`
+ `.bin` 확장자는 보이지 않는 이상 추가하지 말아 주세요
1. 'movable.sed' 파일을 SD 카드의 루트에 복사해 주세요
![]({{ "/images/screenshots/hblpichaxx-root-layout.png" | absolute_url }})
{: .notice--info}
![]({{ "/images/screenshots/slottool-folder.png" | absolute_url }})
{: .notice--info}
#### 섹션 II - PicHaxx
이 섹션에서는, 포켓몬 피크로스의 해킹된 저장 파일을 생성하고, 이걸 사용해서 Homebrew Launcher를 실행합니다.
1. [PicHaxx 인젝터 웹사이트](https://3dstools.nhnarwhal.com/#/pichaxx)를 컴퓨터에서 열어 주세요
1. `movable.sed` 파일을 선택해 주세요
1. "Build and Download"를 선택해 주세요
1. 완료될 때까지 기다려 주세요
1. SD 카드에서 `Nintendo 3DS` -> `` -> ``-> `title` -> `00040000` -> `0017c100` -> `data` 폴더로 들어가 주세요
+ 이 ``는 Seedminer에서 사용한 것과 같습니다
+ 이 ``은 `` 폴더 안에 존재하는 32 자리의 이름을 갖춘 폴더 입니다
1. 새로 다운로드한 `00000001.sav` 파일을 `data` 폴더로 복사해 주세요
+ 만약 표시가 된다면, 전 세이브 파일을 덮어쓰세요
![]({{ "/images/screenshots/pichaxx-save-location.png" | absolute_url }})
{: .notice--info}
1. SD 카드를 기기에 다시 삽입해 주세요
1. 기기를 시작해 주세요
1. 포켓몬 피크로스 ("Pokémon Picross")를 열어 주세요
1. 익스플로잇이 성공적이었다면 Homebrew Launcher로 부팅되었을 것입니다
+ 오류가 발생하면 이 [문제 해결 가이드](troubleshooting#homebrew-launcher-pichaxx) 를 참고해 주세요
#### 섹션 III - 하드웨어 버튼 작동 확인
{% include_relative include/safemodecheck.txt %}
___
{% include_relative include/hbl-common-exploits-movable.txt %}