Hacking 3DS Hacking Ideas: Post Your Ideas Here!

  • Thread starter Thread starter Rydian
  • Start date Start date
  • Views Views 105,628
  • Replies Replies 420
  • Likes Likes 18
Another Question(s) About Buffer Overflow:
lets say that its possible to overflow the DS Message buffer(The Char/String limit is 26).
this string is exact 26 chars: "Hacked/PwndByfilfatGBATemp" what would i add to the end to make it change the return address?
"Hacked/PwndByfilfatGBATemp\x49\x84\x04\x08" <- or am I worng?
Thanks :D

also is there possible in some easy way to change DS system files on the 3DS? for example the Nick Name or Message String?
Thanks :D
 
Did you ever hack a system? I did, I downloaded a file from team twiizers official site and excuted via smash stack.
If you can do that, you can talk to me

Did you ever write a full length book?I did, I downloaded a file from Amazon and copied it via USB to my eBook reader.
If you can do that, you can talk to me

Hacking a system means putting in the hard work to figure what makes that system tick, learning the ins and outs of what, when and why it does what it does. Not downloading a pre made script that someone else did. That is *not* hacking.
 
Did you ever hack a system? I did, I downloaded a file from team twiizers official site and excuted via smash stack.
If you can do that, you can talk to me

Yes, and i did not use the Twilight hack, I used Letterbomb. and yes i have found exploits myself. for example i did find a explot for the Xperia Play. but i havent released it becuse its not needed ;)
Either way, it dosent look like you even know a simple langue as C++ or C when I read what you have been writing. *Facepalm*
 
Did you ever write a full length book?I did, I downloaded a file from Amazon and copied it via USB to my eBook reader.
If you can do that, you can talk to me

Hacking a system means putting in the hard work to figure what makes that system tick, learning the ins and outs of what, when and why it does what it does. Not downloading a pre made script that someone else did. That is *not* hacking.

True,

Also watch my signature. how could i develop WiiCraft without being able to use someone other hack to run unsigned code? Now lets get back to topic!
 
Did you ever write a full length book?I did, I downloaded a file from Amazon and copied it via USB to my eBook reader.
If you can do that, you can talk to me

Hacking a system means putting in the hard work to figure what makes that system tick, learning the ins and outs of what, when and why it does what it does. Not downloading a pre made script that someone else did. That is *not* hacking.

Nah man, I know how to code, I get c++ command lines from a website and paste it into my choice of program.
I fix all the errors by myself finding out and studying code from the Internet and spend 2 hours trying to figure out how it works.
 
Nah man, I know how to code, I get c++ command lines from a website and paste it into my choice of program.
I fix all the errors by myself finding out and studying code from the Internet and spend 2 hours trying to figure out how it works.

I Dont like the way this thread goes, its almoast like the internet... Wait No... we are on the internet :(
 
ANYWAYS, Back To This Question:

Another Question(s) About Buffer Overflow:
lets say that its possible to overflow the DS Message buffer(The Char/String limit is 26).
this string is exact 26 chars: "Hacked/PwndByfilfatGBATemp" what would i add to the end to make it change the return address?
"Hacked/PwndByfilfatGBATemp\x49\x84\x04\x08" <- or am I worng?
Thanks :D

also is there possible in some easy way to change DS system files on the 3DS? for example the Nick Name or Message String?
Thanks :D
 
I Dont like the way this thread goes, its almoast like the internet... Wait No... we are on the internet :(

Yeah man, I was just being ridiculous, yeah being a hacker by using an exploit lol. But I think this thread is too EoF already. This thread is a giant shithole to throw in useless shit that hackers probably already thought of
 
  • Like
Reactions: filfat
RedCoreZero

and

filfat

Stop being biches.

Thank you.

Im not the one whos bitching around, im trying to get a respond for a proper question:

Another Question(s) About Buffer Overflow:
lets say that its possible to overflow the DS Message buffer(The Char/String limit is 26).
this string is exact 26 chars: "Hacked/PwndByfilfatGBATemp" what would i add to the end to make it change the return address?
"Hacked/PwndByfilfatGBATemp\x49\x84\x04\x08" <- or am I worng?
Thanks :D

also is there possible in some easy way to change DS system files on the 3DS? for example the Nick Name or Message String?
Thanks :D

Admi Delete the offtopic posts please, they are kinda enoying....
 
What i see here is a 1.5 page fight about ''being noob'' or somethin.
Lets not go off topic.


that is what iv been trying todo all the time, NOW back to the question:

Another Question(s) About Buffer Overflow:
lets say that its possible to overflow the DS Message buffer(The Char/String limit is 26).
this string is exact 26 chars: "Hacked/PwndByfilfatGBATemp" what would i add to the end to make it change the return address?
"Hacked/PwndByfilfatGBATemp\x49\x84\x04\x08" <- or am I worng?
Thanks :D

also is there possible in some easy way to change DS system files on the 3DS? for example the Nick Name or Message String?
Thanks :D
 
Another Question(s) About Buffer Overflow:
lets say that its possible to overflow the DS Message buffer(The Char/String limit is 26).
this string is exact 26 chars: "Hacked/PwndByfilfatGBATemp" what would i add to the end to make it change the return address?
"Hacked/PwndByfilfatGBATemp\x49\x84\x04\x08" <- or am I worng?
Thanks :D

also is there possible in some easy way to change DS system files on the 3DS? for example the Nick Name or Message String?
Thanks :D

Not necessarily. It's not necessarily the case (and in fact, it's quite unlikely) that the return address you want to influence is stored directly after the nickname string in memory. For example, there could be a block of memory like this:

bytes - contents
24 - nickname
36 - random other stuff
4 - return address

Of course, this is just an example, but in this case you would need to add an additional 40 characters to the nickname, the last 4 of which would be the address to jump to.
 
Not necessarily. It's not necessarily the case (and in fact, it's quite unlikely) that the return address you want to influence is stored directly after the nickname string in memory. For example, there could be a block of memory like this:

bytes - contents
24 - nickname
36 - random other stuff
4 - return address

Of course, this is just an example, but in this case you would need to add an additional 40 characters to the nickname, the last 4 of which would be the address to jump to.

So we will have to guess, or is there some way to know were the retrun address is? did i write out the hex address correctly?
 

Site & Scene News

Popular threads in this forum