---
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}
This process will overwrite your Pokémon Picross save file, if you have one. If you wish to preserve your Pokémon Picross game data, you should make a backup of your `00000001.sav` file before overwriting it.
{: .notice--warning}
### 준비물
+ The game "Pokémon Picross" installed on your device
+ 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)
+ Your SD card must be inserted in your device to install Pokémon Picross
+ Your `movable.sed` file from completing [Seedminer](seedminer)
+ The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
+ [otherapps.zip]({{ base_path }}/assets/otherapps.zip) (direct download)
### 진행 방법
#### 섹션 I - 준비 작업
In this section, you will copy some of the files that will be used to launch the 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`
+ Do not add the `.bin` extension if you do not already see it
1. Copy `movable.sed` from your computer to the root of your SD card
![]({{ "/images/screenshots/hblpichaxx-root-layout.png" | absolute_url }})
{: .notice--info}
![]({{ "/images/screenshots/slottool-folder.png" | absolute_url }})
{: .notice--info}
#### Section II - PicHaxx
In this section, you will create a hacked Pokémon Picross save file that, when loaded, will run the Homebrew Launcher on your device.
1. Open [the PicHaxx Injector website](https://3dstools.nhnarwhal.com/#/pichaxx) on your computer
1. Select your `movable.sed` file
1. Select "Build and Download"
1. Wait for the process to complete
1. Navigate to `Nintendo 3DS` -> `` -> `` -> `title` -> `00040000` -> `0017c100` -> `data` on your SD card
+ The `` will be the same one that you used in Seedminer
+ 이 ``은 `` 폴더 안에 존재하는 32 자리의 이름을 갖춘 폴더 입니다
1. Copy the newly downloaded `00000001.sav` file to the `data` folder on your SD card
+ Overwrite the old save file when prompted
![]({{ "/images/screenshots/pichaxx-save-location.png" | absolute_url }})
{: .notice--info}
1. SD 카드를 기기에 다시 삽입해 주세요
1. 기기를 시작해 주세요
1. Launch "Pokémon Picross"
1. 익스플로잇이 성공적이었다면 Homebrew Launcher로 부팅되었을 것입니다
+ If you get an error message, [follow this troubleshooting guide](troubleshooting#homebrew-launcher-pichaxx)
#### 섹션 III - 하드웨어 버튼 작동 확인
{% include_relative include/safemodecheck.txt %}
___
{% include_relative include/hbl-common-exploits-movable.txt %}