pichaxx addition, steelhax removal (#1710)

This commit is contained in:
MechanicalDragon 2019-08-24 15:44:09 -05:00 committed by Devon Maloney
parent 2ada1edfe6
commit eef1a5d11b
6 changed files with 65 additions and 5 deletions

View file

@ -102,6 +102,9 @@ sidebar_pages:
-
title: Homebrew Launcher (Steelhax)
url: homebrew-launcher-(steelhax)
-
title: Homebrew Launcher (PicHaxx)
url: homebrew-launcher-(pichaxx)
-
title: NTR and Cubic Ninja
url: ntr-and-cubic-ninja

View file

@ -0,0 +1,54 @@
---
title: "Homebrew Launcher (PicHaxx)"
---
{% include toc title="Table of Contents" %}
### Required Reading
This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the PicHaxx exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Pokemon Picross" game from the eShop.
If your device already has access to the Homebrew Launcher (whether through pichaxx or another exploit), you can skip to [DSiWare Dumper](dsidumper)).
{: .notice--success}
If you already have Pokemon Picross, this process will overwrite your game's save file!
{: .notice--warning}
### What You Need
* The free eShop game "Pokemon Picross"
* Your `movable.sed` file from completing [Seedminer](seedminer)
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)*
### Instructions
#### Section I - Prep Work
1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Copy `boot.3dsx` to the root of your SD card
1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin`
+ if you do not see the `.bin` extension, do not add it to the end of the filename
#### Section II - PicHaxx
1. Open [the PicHaxx Injector website](https://bruteforcemovable.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` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data` on your SD card
+ This `<ID0>` will be the same one that you used in [Seedminer](seedminer)
+ This `<ID1>` folder will be another 32 letter/number folder inside the `<ID0>` folder
1. Copy the new downloaded `00000001.sav` file to the `data` folder on your SD card
+ Overwrite the old save file when prompted
1. Reinsert your SD card into your device
1. Power on your device
1. Launch "Pokemon Picross"
1. If the exploit was successful, your device will have loaded the Homebrew Launcher
+ You may see an error stating there are no applications found.
1. Power off your device.
___
### Continue to [DSiWare Dumper](dsidumper)
{: .notice--primary}

View file

@ -92,12 +92,12 @@ Continue to [BannerBomb3](bannerbomb3)
___
#### Seedminer + Steelhax + DSiDumper + Fredtool
#### Seedminer + PicHaxx + DSiDumper + Fredtool
This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purpose of dumping a system DSiWare. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop.
This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the PicHaxx exploit for the purpose of dumping a system DSiWare. This method requires you to already own (or download) the free "Pokemon Picross" game from the eShop.
This method is only compatible with the EUR, JPN, and USA regions, and is somewhat more complicated than the above method. It is only recommended to use this method if you do not have a functioning DS Internet Settings application.
Continue to [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax))
Continue to [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx))
{: .notice--primary}

View file

@ -37,6 +37,7 @@ sitemap: false
+ [H2testw (Windows)](h2testw-(windows))
+ [Home](/)
+ [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives))
+ [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx))
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax))
+ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
@ -46,7 +47,7 @@ sitemap: false
+ [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod))
+ [Installing boot9strap (MSET)](installing-boot9strap-(mset))
+ [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
+ [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(SafeB9SInstaller))
+ [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller))
+ [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax))
+ [Move EmuNAND](move-emunand)
+ [ntrboot](ntrboot)

View file

@ -140,6 +140,7 @@ $(document).ready(function(){
"homebrew-launcher-(steelhax)": "16",
"installing-boot9strap-(fredtool)": "17",
"bannerbomb3": "18",
"homebrew-launcher-(pichaxx)": "19",
};
for(var method in methods){
@ -173,6 +174,7 @@ $(document).ready(function(){
"16": ["seedminer", "homebrew-launcher-(steelhax)", "installing-boot9strap-(frogtool)", "finalizing-setup"],
"17": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
"18": ["seedminer", "bannerbomb3", "installing-boot9strap-(fredtool)", "finalizing-setup"],
"19": ["seedminer", "homebrew-launcher-(pichaxx)", "dsidumper","installing-boot9strap-(fredtool)", "finalizing-setup"],
};
unhide = unhide.concat(route[method]);
if(typeof unhide !== 'undefined' && unhide.length > 0){

File diff suppressed because one or more lines are too long