Luma3DS firmware, patched to enable support for 3GX plugins.
This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2015-08-21 14:11:23 -04:00
data init commit take 2 2015-08-04 21:57:37 -04:00
emunand small notes 2015-08-09 05:51:05 -04:00
mset@7f5e51a1fc LICENSE update (GPLv3) 2015-08-14 22:47:21 -04:00
ninjhax Changed payload offset, added clearScreen function, etc. 2015-08-06 21:45:39 -04:00
source Added crypto libs, tons of code refactoring to support other firms, other minor stability issues handled. 2015-08-21 14:11:23 -04:00
thread Added crypto libs, tons of code refactoring to support other firms, other minor stability issues handled. 2015-08-21 14:11:23 -04:00
.gitignore Changed payload offset, added clearScreen function, etc. 2015-08-06 21:45:39 -04:00
.gitmodules Changed payload offset, added clearScreen function, etc. 2015-08-06 21:45:39 -04:00
LICENSE.txt LICENSE update (GPLv3) 2015-08-14 22:47:21 -04:00
linker.ld init commit take 2 2015-08-04 21:57:37 -04:00
Makefile Changed payload offset, added clearScreen function, etc. 2015-08-06 21:45:39 -04:00
README.md Added crypto libs, tons of code refactoring to support other firms, other minor stability issues handled. 2015-08-21 14:11:23 -04:00

ReiNand

3DS CFW for N3DS

Compiling:

First you'll need the firmware file that I didnt include because reasons. Get that HERE

Secondly, You'll need armips added to your Path. HERE is a pre-compiled version.

Lastly, just run Make and everything should work!

Pre-compiled version can still be found on my pastebin

Features:

  • Ninjhax and MSET support!

  • Sig checks disabled

  • screenshots (set for pokemon game offsets currently) [Select Button + X]

  • RAM dump (currently set for FCRAM) [Start Button + X]

  • emunand (with 'Rei' version string)

Credits:

Cakes team for teaching me a few things and just being helpful in general! And for ROP/mset related code, and crypto libs.

3DBREW for saving me plenty of reverse engineering time.

Patois for Brahma code.

Normmatt for sdmmc.c and generally being helpful!

Me (Rei) for coding everything else.