Homebrew RAM editing glitch on any 3DS, might lead to an exploit?

chaoskagami

G̷̘̫̍̈́̊̓̈l̴̙͔̞͠i̵̳͊ţ̸̙͇͒̓c̵̬̪̯̥̳͒͌̚h̵̹̭͛̒̊̽̚
Developer
Joined
Mar 26, 2016
Messages
1,365
Trophies
1
Location
↑↑↓↓←→←→BA
Website
github.com
XP
2,287
Country
United States
It's fun and all to watch glitchy tiles, but this is far more useful:

Code:
xscreen 2
bgscreen 0,134217728,16
offset=0
dim dat[8]
@xxd
  loop=7
  @lreadl
    dat[loop]=bgget(0, offset+loop, 0, 0)
    loop=loop-1
    if loop<0 then goto @lreade
    goto @lreadl
  @lreade
  print hex$(offset, 6);
  print " ";
  print hex$(dat[0], 4);
  print hex$(dat[1], 4);
  print hex$(dat[2], 4);
  print hex$(dat[3], 4);
  print " ";
  print hex$(dat[4], 4);
  print hex$(dat[5], 4);
  print hex$(dat[6], 4);
  print hex$(dat[7], 4)
  offset = offset + 8
vsync 1
goto @xxd

This could probably be improved, but eh.

The best part of smilebasic is that I'm 100% sure you could manually punch out an exploit on the console.
 
Last edited by chaoskagami,

Xenon Hacks

Well-Known Member
Member
Joined
Nov 13, 2014
Messages
7,414
Trophies
1
Age
30
XP
4,687
Country
United States
This is nice but until memchunkhax3 comes around there wont be downgrading unless this app givess access to more services than normal?
 

Thunder Hawk

Firefox Master Race
Member
Joined
Jan 21, 2013
Messages
804
Trophies
1
XP
2,607
Country
United States
How I think this will go:
People will buy the game before any release and hope for hax. ((If no release, rip.) <<< Really Unlikely)
SmileBASIC gets exploited and @Nba_Yoh releases it as SmileHaxx or BASICHaxx or something.
People buy the game for homebrew as a primary and everyone except Nintendo and SmileBoom will be happy.
Either SmileBoom decides to send a patch to Nintendo or it gets pulled and then they send the patch so it goes back online. (...or not and it's dead forever.)
After patching it, Nintendo will add the title to the same list that IronFall is on and push an update.
 
Last edited by Thunder Hawk,

chaoskagami

G̷̘̫̍̈́̊̓̈l̴̙͔̞͠i̵̳͊ţ̸̙͇͒̓c̵̬̪̯̥̳͒͌̚h̵̹̭͛̒̊̽̚
Developer
Joined
Mar 26, 2016
Messages
1,365
Trophies
1
Location
↑↑↓↓←→←→BA
Website
github.com
XP
2,287
Country
United States
This is nice but until memchunkhax3 comes around there wont be downgrading unless this app givess access to more services than normal?

The game has a (very) nice service access list

> $hioFIO
> $hostio0
> $hostio1
> cfg:u
> fs:USER
> gsp::Gpu
> hid:USER
> ndm:u
> pxi:dev
> APT:A
> ac:u
> act:u
> am:app
> boss:U
> cam:u
> cecd:u
> dlp:FKCL
> dlp:SRVR
> dsp:: DSP
> frd:u
> http:C
> ir:USER
> ldr:ro
> mic:u
> news:u
> nfc:u
> nim:aoc
> nwm::UDS
> ptm:u
> qtm:u
> soc:U
> ssl:C
> y2r:u

WAY more services than usual. In fact, we could probably rop inside of smilebasic instead of the HOME menu with a good set of gadgets. Hell, it even has ldr:ro. Downgrade though - no. Still not ARM11 kernel access, and backdoor is still KIA.
 
Last edited by chaoskagami,

hellionz

Well-Known Member
Member
Joined
Feb 24, 2007
Messages
630
Trophies
1
XP
791
Country
when the hype train is commencing to run.....the definitive exploit? no 9.2 needed anymore?


who knows

Greetings!!!
 

Shadowfied

Well-Known Member
Member
Joined
Dec 6, 2014
Messages
2,405
Trophies
1
Age
28
XP
3,666
Country
when the hype train is commencing to run.....the definitive exploit? no 9.2 needed anymore?


who knows

Greetings!!!
wat..of course it's not gonna "replace" 9.2. As stated literally one post above yours, a downgrade isn't even possible by itself. If anything it'll be another primary hax entrypoint.

But o wait..
and it's unlikely to be code, too; it could just be sprites, music or something
anyway, this won't lead to an exploit.

Shit, the master hacker has spoken, so I guess we should just stop here guys. This won't lead to an exploit.

/s
 
D

Deleted User

Guest
So theoretically we can have both arm9 access and a primary exploit in 2 games that are basically the same.

Holy shit.
 
D

Deleted User

Guest
11.0 would become the new 9.2
eea.gif
 

Sono

cripple piss
Developer
Joined
Oct 16, 2015
Messages
2,822
Trophies
2
Location
home
XP
9,327
Country
Hungary
Well, I'm not here to offend anyone, nor I know every bit of the 3DS, but let's get real, this is starting to turn cringey :wacko:

First, you would need to ROP your way out of the sandbox (most possibly by overwriting the built-in BASIC functions), and this would ONLY give us ARM11 USERLAND code execution.

Second, even though for a VERY weird reason SmileBasic requires (and has) pxi:dev, that doesn't always mean ARM9 code execution and downgrading! iirc the last ARM9 code execution exploit was patched after 9.2

I know this was harsh, but get real, people!
 

chaoskagami

G̷̘̫̍̈́̊̓̈l̴̙͔̞͠i̵̳͊ţ̸̙͇͒̓c̵̬̪̯̥̳͒͌̚h̵̹̭͛̒̊̽̚
Developer
Joined
Mar 26, 2016
Messages
1,365
Trophies
1
Location
↑↑↓↓←→←→BA
Website
github.com
XP
2,287
Country
United States
i think TWL FIRM has arm9 access, so an exploit in TWL firm might give us arm9 kernel.

K. So a9 kernel.

There's a very big difference between TWL arm9 kernel and NATIVE arm9 kernel. Namely, the memory mappings are that of a DS in TWL. I think you'll find this relatively futile.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: People are gonna find loopholes around clan tags and make inappropriate names.