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
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    Biomutant looks cool tho, may have to try that
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
    K3Nv2 @ K3Nv2: @BigOnYa...