Hacking Official [Source Release] ReiNand CFW

Reisyukaku

Onii-sama~
OP
Developer
Joined
Feb 11, 2014
Messages
1,534
Trophies
2
Website
reisyukaku.org
XP
5,422
Country
United States
Ok, I pushed a pretty big update. From a user point of view, might not be much, but now if you hold B and press start at the menu, it'll boot sysnand (by firmlaunching with a copy of firm decrypted from your nand, so sysupdater should work fine). From a code point of view, the code is probably unrecognizable in firm.c and such, haha. I made it so depending on sys/emu, i'll get the appopriate firm, and then based on kernel version, will apply needed patches. Theres still some ugly hard coded stuff i need to work out, but I'm starting to get a massive headache from working on this code, so yea, user end shouldnt experience any issues by these values as long as use boot the 9.5 firm like normal for emu, and as long as your sysnand isnt 9.3+ (which would be impossible :P).. 8.1 is still a mystery though, so standby for that I guess.

Edit: Oh, and for some unknown reason, the thread code doesnt wanna work on sysnand, even though i know it worked before, and ive quadruple checked the offsets, so for now, sysnand mode only has sig checks disabled
 

noctis90210

Well-Known Member
Member
Joined
Dec 24, 2013
Messages
969
Trophies
0
Age
37
XP
1,635
Country
Ok, I pushed a pretty big update. From a user point of view, might not be much, but now if you hold B and press start at the menu, it'll boot sysnand (by firmlaunching with a copy of firm decrypted from your nand, so sysupdater should work fine). From a code point of view, the code is probably unrecognizable in firm.c and such, haha. I made it so depending on sys/emu, i'll get the appopriate firm, and then based on kernel version, will apply needed patches. Theres still some ugly hard coded stuff i need to work out, but I'm starting to get a massive headache from working on this code, so yea, user end shouldnt experience any issues by these values as long as use boot the 9.5 firm like normal for emu, and as long as your sysnand isnt 9.3+ (which would be impossible :P).. 8.1 is still a mystery though, so standby for that I guess.

Edit: Oh, and for some unknown reason, the thread code doesnt wanna work on sysnand, even though i know it worked before, and ive quadruple checked the offsets, so for now, sysnand mode only has sig checks disabled

"hold b and press start" = devmode like rxtools? am i right?
 

noctis90210

Well-Known Member
Member
Joined
Dec 24, 2013
Messages
969
Trophies
0
Age
37
XP
1,635
Country
what i mean is the environment when i enter nand while holding b and press start is same as devmode environment in rxtools?

cuz in rxtools:
boot sysnand = system nand with sig patched with firmlaunch
boot emunand = emu nand with sig patched with firmlaunch
boot devmode = system nand with sig patched without firmlaunch
 

Reisyukaku

Onii-sama~
OP
Developer
Joined
Feb 11, 2014
Messages
1,534
Trophies
2
Website
reisyukaku.org
XP
5,422
Country
United States
what i mean is the environment when i enter nand while holding b and press start is same as devmode environment in rxtools?

cuz in rxtools:
boot sysnand = system nand with sig patched with firmlaunch
boot emunand = emu nand with sig patched with firmlaunch
boot devmode = system nand with sig patched without firmlaunch
dev mode still uses firmlaunch actually.. it just reads the firm0 from nand, so that AM service doesnt think you're on a higher version than you are.. I assume rx 'sysnand' mode just firmlaunches with 9.6 firm without nand redirect.. i dont have this since its usless. So theres emu nand, or 'dev' mode in my case.
 
  • Like
Reactions: Zidapi and Dean_

Spong92

Active Member
Newcomer
Joined
Feb 5, 2007
Messages
44
Trophies
0
XP
257
Country
dev mode still uses firmlaunch actually.. it just reads the firm0 from nand, so that AM service doesnt think you're on a higher version than you are.. I assume rx 'sysnand' mode just firmlaunches with 9.6 firm without nand redirect.. i dont have this since its usless. So theres emu nand, or 'dev' mode in my case.
Sounds great :D

Does this mean there's no need to juggle with pasta cfw anymore for installing gba games and the like to an unlinked sysnand?
 

Reisyukaku

Onii-sama~
OP
Developer
Joined
Feb 11, 2014
Messages
1,534
Trophies
2
Website
reisyukaku.org
XP
5,422
Country
United States
Sounds great :D

Does this mean there's no need to juggle with pasta cfw anymore for installing gba games and the like to an unlinked sysnand?
basically.. but im still getting that weird error where if i disable sigs and boot ninjhax, FBI throws an error when installing things.. i knew this problem also existed on pasta, but ill play around with it more later.
 

Zidapi

Well-Known Member
Member
Joined
Dec 1, 2002
Messages
3,112
Trophies
3
Age
42
Website
Visit site
XP
2,681
Country
Reinand OR CakesFW. + Decrypt9 :P Both work great on n3ds. :)
Yeah, reinand and cakes are pretty much on par with each other stability wise. But I thought it was poor form to suggest using cakes in the official reinand thread. :ha:
I have a problem, i start ReiNAND from homebrew launcher and after a black screen, reboot on Homebrew launcher.....
What hardware do you have? New3DS/old3DS/2DS

What system software are you running on sysNAND?

Which version of the Hombrew Loader are you using, and what method are you using to run it? Ninjhax/tubehax/ironhax

If you're expecting is to help you you're going to need to provide a bit more information. We're not mind readers...
 

Syphurith

Beginner
Member
Joined
Mar 8, 2013
Messages
641
Trophies
0
Location
Xi'an, Shaanxi Province
XP
364
Country
Switzerland
basically.. but im still getting that weird error where if i disable sigs and boot ninjhax, FBI throws an error when installing things.. i knew this problem also existed on pasta, but ill play around with it more later.
It pops errors cause your CIA isn't (surely) signed by nintendo. FBI calls 3ds API, based on libctru and ctrcommon.
So if you want to install things you would have to disable sig check.. quite simple isn't it?
Any progress/prediction on how to get 9.6 EmuNAND working? or just waiting for GW is the best answer (^_^)?

EDIT: Sorry. I forgot to congrats you first. yup.
 

Reisyukaku

Onii-sama~
OP
Developer
Joined
Feb 11, 2014
Messages
1,534
Trophies
2
Website
reisyukaku.org
XP
5,422
Country
United States
It pops errors cause your CIA isn't (surely) signed by nintendo. FBI calls 3ds API, based on libctru and ctrcommon.
So if you want to install things you would have to disable sig check.. quite simple isn't it?
Any progress/prediction on how to get 9.6 EmuNAND working? or just waiting for GW is the best answer (^_^)?

EDIT: Sorry. I forgot to congrats you first. yup.
sig checks are disabled.. its just weird. I think there was a work around for pasta, but i dont think it'll work here, idk.
 
  • Like
Reactions: Syphurith

Zidapi

Well-Known Member
Member
Joined
Dec 1, 2002
Messages
3,112
Trophies
3
Age
42
Website
Visit site
XP
2,681
Country
New3ds, 9,9 firmware , ironhax exploit
Okay, so maybe I am a mind reader, because that's exactly what I thought you were going to say.

Well, you already have you're answer, so there's no reason for me to reiterate.

Edit: I will add this though; not now, and not anytime soon (if ever).
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    @light27, why is talking about my birthday something bad?
  • light27 @ light27:
    wait what? oh
  • light27 @ light27:
    my bad
  • light27 @ light27:
    happy birthday
  • light27 @ light27:
    OIP.19q3E5NK_Mdn0K35CZWrWQHaJ4
    for you bro
    +2
  • Xdqwerty @ Xdqwerty:
    @light27, it's actually tommorrow but thx
  • light27 @ light27:
    oh it’s the least I could do
    +1
  • K3Nv2 @ K3Nv2:
    yawn
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, stop stealing my phrases
  • K3Nv2 @ K3Nv2:
    why
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, it's not funny
  • K3Nv2 @ K3Nv2:
    ok
  • BigOnYa @ BigOnYa:
    Wut?
  • K3Nv2 @ K3Nv2:
    That's not funny
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    So two cannibals where eating a clown and one says to the other. Hey does this taste funny to you?
    +1
  • K3Nv2 @ K3Nv2:
    What do you call a slow car? Retired
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Did you hear about the police car that someone stole the wheels off of? The police are working tirelessly to find the thieves.
    +1
  • K3Nv2 @ K3Nv2:
    A firefighter got arrested for assault his main claim was what I was told he was on fire
    +1
  • BigOnYa @ BigOnYa:
    What do you call a hooker with a runny nose? Full
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    What do you tell a woman with two black eyes? Nothing you already told her twice!
  • K3Nv2 @ K3Nv2:
    Diddy also works
  • K3Nv2 @ K3Nv2:
    A scientist heard the word batman so he put a naked lady in a cage with a bat
  • Psionic Roshambo @ Psionic Roshambo:
    Chuck Norris won a staring contest, with the sun.
  • K3Nv2 @ K3Nv2:
    A vampires favorite thing to do is moon you
    K3Nv2 @ K3Nv2: A vampires favorite thing to do is moon you