Hacking [WIP] KARL3DS - Kernel access on N3DS via Ninjhax + Loadcode

  • Thread starter Thread starter Rokkubro
  • Start date Start date
  • Views Views 936,781
  • Replies Replies 4,457
  • Likes Likes 43
Status
Not open for further replies.
Deathracelord
Old 3DS XL 9.2 -
Crash before nop slide appears (black screen) x1
Crash after "Executing code under ARM11 Kernel..." x9

Very odd bug rebooted the console and it auto launched my browser but its frozen? or at least the touchpad is
 

Attachments

  • IMG_2295.JPG
    IMG_2295.JPG
    805.6 KB · Views: 256
  • Like
Reactions: Margen67
I have the latest devkitarm and libctru. This is the full massage
Code:
C:\Users\Aliak\Desktop\bootstrap-master>make
utils.s
gateway_3.0_decryptor.c
arm-none-eabi-gcc -MMD -MP -MF /c/Users/Aliak/Desktop/bootstrap-master/build/gat
eway_3.0_decryptor.d -g -Wall -O3 -mword-relocations -fomit-frame-pointer -ffast
-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/Users/Aliak/Desktop/boot
strap-master/include -I/c/devkitPro/libctru/include -I/c/Users/Aliak/Desktop/boo
tstrap-master/build -DARM11 -D_3DS -DARM_ARCH -w -c /c/Users/Aliak/Desktop/boots
trap-master/../gateway_3.0_decryptor.c -o gateway_3.0_decryptor.o
c:/Users/Aliak/Desktop/bootstrap-master/../gateway_3.0_decryptor.c:3:18: fatal e
rror: cstdio: No such file or directory
#include <cstdio>
                  ^
compilation terminated.
make[1]: *** [gateway_3.0_decryptor.o] Error 1
make: *** [build] Error 2
 
I have the latest devkitarm and libctru. This is the full massage
Code:
C:\Users\Aliak\Desktop\bootstrap-master>make
utils.s
gateway_3.0_decryptor.c
arm-none-eabi-gcc -MMD -MP -MF /c/Users/Aliak/Desktop/bootstrap-master/build/gat
eway_3.0_decryptor.d -g -Wall -O3 -mword-relocations -fomit-frame-pointer -ffast
-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/Users/Aliak/Desktop/boot
strap-master/include -I/c/devkitPro/libctru/include -I/c/Users/Aliak/Desktop/boo
tstrap-master/build -DARM11 -D_3DS -DARM_ARCH -w -c /c/Users/Aliak/Desktop/boots
trap-master/../gateway_3.0_decryptor.c -o gateway_3.0_decryptor.o
c:/Users/Aliak/Desktop/bootstrap-master/../gateway_3.0_decryptor.c:3:18: fatal e
rror: cstdio: No such file or directory
#include <cstdio>
                  ^
compilation terminated.
make[1]: *** [gateway_3.0_decryptor.o] Error 1
make: *** [build] Error 2

why not using binary provided by Shiny? It already is "latest" it seems.
 
I have the latest devkitarm and libctru. This is the full massage
Code:
C:\Users\Aliak\Desktop\bootstrap-master>make
utils.s
gateway_3.0_decryptor.c
arm-none-eabi-gcc -MMD -MP -MF /c/Users/Aliak/Desktop/bootstrap-master/build/gat
eway_3.0_decryptor.d -g -Wall -O3 -mword-relocations -fomit-frame-pointer -ffast
-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/Users/Aliak/Desktop/boot
strap-master/include -I/c/devkitPro/libctru/include -I/c/Users/Aliak/Desktop/boo
tstrap-master/build -DARM11 -D_3DS -DARM_ARCH -w -c /c/Users/Aliak/Desktop/boots
trap-master/../gateway_3.0_decryptor.c -o gateway_3.0_decryptor.o
c:/Users/Aliak/Desktop/bootstrap-master/../gateway_3.0_decryptor.c:3:18: fatal e
rror: cstdio: No such file or directory
#include <cstdio>
                  ^
compilation terminated.
make[1]: *** [gateway_3.0_decryptor.o] Error 1
make: *** [build] Error 2


Um, what is this? gateway_3.0_decryptor.c

Also, of course you can't use cstdio...
 
/c/Users/Aliak/Desktop/boots
trap-master/../gateway_3.0_decryptor.c -o gateway_3.0_decryptor.o
c:/Users/Aliak/Desktop/bootstrap-master/../gateway_3.0_decryptor.c:3:18: fatal e
rror: cstdio: No such file or directory

I don't know what is going on. I don't have any files named gateway_3.0_decryptor.c. I was also able to build it on a another computer.
 
I don't know what is going on. I don't have any files named gateway_3.0_decryptor.c. I was also able to build it on a another computer.

Enable hidden items on your pc or clean your registry through windows

recommend ccleaner
 
  • Like
Reactions: Margen67
Decided to try 10 more times
Old 3DS XL 9.2.0-20U
0xfaaffaaf x5
Crash after "Executing code under ARM11 Kernel..." x5
so split results, not sure if this helps any.
 

Attachments

  • IMG_0002.JPG
    IMG_0002.JPG
    934.8 KB · Views: 254
  • Like
Reactions: Margen67
1st time:
Crashed

2nd Time:
faaffaaf

3rd time:
Crashed

4th time:
faaffaaf

5th time:
Crashed

6th time:
Crashed

7th time:
Crashed

8th time:
faaffaaf

9th time:
Crashed

10th time:
faaffaaf

Results:
4/10

All the tests were made launching bootstrap.3dsx from the ninjhax menu on a 9.2.0 EU system on an OLD 3ds NOT XL
 
  • Like
Reactions: Margen67
Hm, I'm actually surprised at the number of failures on the old 3DS. Is everyone on ninjhax 1.1b? That might be a factor. Luckily the success rate is at least over 50% on the old 3DS on average, so that's good. On the N3DS it seems to be running almost flawless almost w/ around 80% success.

Anyhow, I think I'll try to get a sort of regionthree style region unlock going just as a test, and then we'll see what we'll do from there.
 
Hm, I'm actually surprised at the number of failures on the old 3DS. Is everyone on ninjhax 1.1b? That might be a factor. Luckily the success rate is at least over 50% on the old 3DS on average, so that's good. On the N3DS it seems to be running almost flawless almost w/ around 80% success.

I was thinking about this, it's more than likely because N3DS has system stuff running on different threads. It's probably easier to land on the proper thread or something like that.
 
  • Like
Reactions: Margen67
Is everyone on ninjhax 1.1b? That might be a factor.
Just dropped in to say, yes. v1.1b. I grabbed the latest stuff from Smea's website when I first started testing this.

I will add, I tried Deathracelord's app again, and while it did get faaffaaf, it looked like the framebuffer was being continueally written to as the text was strobing slightly, left to right. It worked but didn't work 100% or something.

Furthermore, for these tests, is there any way to reset the apps back to HOME or HBMenu without a hard power off?
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum