Pre9otherapp 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = Pre9otherapp | image = https://dlhb.gamebrew.org/3dshomebrew/Pre9otherapp---otherapp-payload-for-pre-9.2-firmwares.png|250px | type = Other Ap...")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = Pre9otherapp
|title=Pre9otherapp
| image = https://dlhb.gamebrew.org/3dshomebrew/Pre9otherapp---otherapp-payload-for-pre-9.2-firmwares.png|250px
|image=3ds.png
| type = Other Apps
|description=Pre-9.2 otherapp which can be used to launch an arm9 payload off the SD card.
| version = v1.2
|author=hax0kartik
| licence = Mixed
|lastupdated=2020/04/19
| author = hax0kartik
|type=Exploits
| website = https://github.com/hax0kartik/pre9otherapp
|version=2.0
| download = https://dlhb.gamebrew.org/3dshomebrew/Pre9otherapp---otherapp-payload-for-pre-9.2-firmwares-3DS.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/Pre9otherapp---otherapp-payload-for-pre-9.2-firmwares-3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/pre9otherapp.7z
|website=https://github.com/hax0kartik/pre9otherapp
|source=https://github.com/hax0kartik/pre9otherapp
}}
}}
<youtube>JTBw8H8Vna4</youtube>
pre9otherapp is the otherapp payload which can be used on firmwares earlier than 9.2 to launch an arm9 payload from the SD card directly.


= pre9otherapp =
'''Note:''' The latest release can be used on all regions and 3DS consoles but works on all between 4.0 and 9.2 (use [https://github.com/hax0kartik/pre9otherapp/tree/pre4.0 usr2arm9ldr] for pre 4.0 firmwares).
Otherapp payload which can be used on firmwares earlier than 9.2 to launch an arm9 payload from the sd card directly.
 
=== Note ===
==Installation==
The otherapp payload which is produced by this repo can be used on all regions and 3ds consoles but works on all between 1.X and 9.2
The otherapp can be used with soundhax to launch an arm9 payload such as safeb9sinstaller. It looks for a arm9.bin on the root of your SD card.
== Usage ==
 
The otherapp can be used with soundhax to launch an arm9 payload such as safeb9sinstaller. ''The otherapp looks for a arm9.bin on the root of your sd card.''
===Installing===
=== Steps ===
Get the soundhax file for your console and region.
# Get the soundhax file for your console and region
 
# Get the arm9 payload, safeb9sinstaller in this case
Get the arm9 payload, safeb9sinstaller in this case.
# Download the otherapp.bin from the releases page
 
# Put all the files on the root of your sd(for safeb9sinstaller, just copy the arm9.bin from the zip)
Put all the files, including otherapp.bin, on the root of your SD (for safeb9sinstaller, just copy the arm9.bin from the zip).
# Launch soundhax If everything goes correctly you will be in safeb9sinstaller, this might/might not work on the first try.
 
== Technical details ==
Launch soundhax, if everything goes correctly you will be in safeb9sinstaller, this might/might not work on the first try.
I have incorporated an edited version of svchax(memchunkhax) and brahma(firmlaunchhax) to gain arm11 and arm9 execution. So we first use memchunkhax to gain arm11 execution, then we map the arm11 and arm9 payload and then perform a firmlaunch. On Pre 4.0 firms we use usr2arm9ldr to gain arm9 code execution
 
== Building ==
===Building===
You need to have devkitpro installed to build this. CTRULIB isn't required. Simply open terminal and type
You need to have devkitpro installed to build this.
<blockquote>make to build this project.
 
</blockquote>
CTRULIB isn't required.
== Credits ==
 
Huge parts of this project are parts of pre-existing projects. I would like to thank anyone who has aided in the development of [https://github.com/d0k3/BrahmaLoader BrahmaLoader], [https://github.com/aliaspider/svchax svchax], [https://github.com/smealum/ctrulib ctrulib], [https://github.com/tuxsh/usr2arm9ldr usr2arm9ldr] and [https://github.com/smealum/ninjhax2.x/tree/master/cn_secondary_payload ninjhax2.x] I'll also like to thank my testers:- [https://github.com/jason0597 @jason0597], [https://github.com/saibotu @saibotu], [https://github.com/knight-ryu12 @knight-ryu12], [https://github.com/ihaveamac @ihaveamac] and [https://github.com/frozenchen @frozenchen] Wouldn't have been able to do it without you guys! Also thanks to TuxSH for helping me out with various questions!
Simply open terminal and type <code>make</code> to build this project.
== Help ==
 
If you encounter any issue while using this, plz open an issue here:- [https://github.com/Pirater12/pre9otherapp/issues https://github.com/Pirater12/pre9otherapp/issues]
==User guide==
An edited version of svchax(memchunkhax) and brahma(firmlaunchhax) has been incorporated to gain arm11 and arm9 execution.  
 
So it first uses memchunkhax to gain arm11 execution, then maps the arm11 and arm9 payload and then perform a firmlaunch.  
 
On Pre 4.0 firms use [https://github.com/hax0kartik/pre9otherapp/tree/pre4.0 usr2arm9ldr] to gain arm9 code execution.
 
==Changelog==
'''v2.0'''
* Use usr2arm9ldr to support pre 4.0 firmwares.
 
==Credits==
Huge parts of this project are parts of pre-existing projects.  
 
Thanks to anyone who has aided in the development of [https://github.com/d0k3/BrahmaLoader BrahmaLoader], [https://github.com/aliaspider/svchax svchax], [https://github.com/smealum/ctrulib ctrulib], [https://github.com/tuxsh/usr2arm9ldr usr2arm9ldr] and [https://github.com/smealum/ninjhax2.x/tree/master/cn_secondary_payload ninjhax2.x].
 
Thanks to all testers [https://github.com/jason0597 @jason0597], [https://github.com/saibotu @saibotu], [https://github.com/knight-ryu12 @knight-ryu12], [https://github.com/ihaveamac @ihaveamac] and [https://github.com/frozenchen @frozenchen].
 
Also thanks to TuxSH for helping out with various questions.
 
==External links==
* GitHub - https://github.com/Pirater12/pre9otherapp
* 3DS Hacks Guide - https://3ds.hacks.guide
 
[[Category:3DS homebrew loaders]]
[[Category:Exploits for 3DS]]

Latest revision as of 05:23, 10 December 2021

Pre9otherapp
3ds.png
General
Authorhax0kartik
TypeExploits
Version2.0
LicenseMixed
Last Updated2020/04/19
Links
Download
Website
Source

pre9otherapp is the otherapp payload which can be used on firmwares earlier than 9.2 to launch an arm9 payload from the SD card directly.

Note: The latest release can be used on all regions and 3DS consoles but works on all between 4.0 and 9.2 (use usr2arm9ldr for pre 4.0 firmwares).

Installation

The otherapp can be used with soundhax to launch an arm9 payload such as safeb9sinstaller. It looks for a arm9.bin on the root of your SD card.

Installing

Get the soundhax file for your console and region.

Get the arm9 payload, safeb9sinstaller in this case.

Put all the files, including otherapp.bin, on the root of your SD (for safeb9sinstaller, just copy the arm9.bin from the zip).

Launch soundhax, if everything goes correctly you will be in safeb9sinstaller, this might/might not work on the first try.

Building

You need to have devkitpro installed to build this.

CTRULIB isn't required.

Simply open terminal and type make to build this project.

User guide

An edited version of svchax(memchunkhax) and brahma(firmlaunchhax) has been incorporated to gain arm11 and arm9 execution.

So it first uses memchunkhax to gain arm11 execution, then maps the arm11 and arm9 payload and then perform a firmlaunch.

On Pre 4.0 firms use usr2arm9ldr to gain arm9 code execution.

Changelog

v2.0

  • Use usr2arm9ldr to support pre 4.0 firmwares.

Credits

Huge parts of this project are parts of pre-existing projects.

Thanks to anyone who has aided in the development of BrahmaLoader, svchax, ctrulib, usr2arm9ldr and ninjhax2.x.

Thanks to all testers @jason0597, @saibotu, @knight-ryu12, @ihaveamac and @frozenchen.

Also thanks to TuxSH for helping out with various questions.

External links

Advertising: