- 1
- 303 756
GrimDoesStuff
United States
เข้าร่วมเมื่อ 13 ก.พ. 2024
Tony Hawk's Pro Strcpy
Tony Hawk's Pro Strcpy is a game save and network RCE exploit for the Tony Hawk video game series. Use it to hack your Xbox, Playstation 2, Gamecube, and Xbox 360 consoles.
See my blog post covering the technical details behind the exploit: icode4.coffee/?p=954
Full source code and game save files available on my GitHub: github.com/grimdoomer/TonyHawksProStrcpy
See my blog post covering the technical details behind the exploit: icode4.coffee/?p=954
Full source code and game save files available on my GitHub: github.com/grimdoomer/TonyHawksProStrcpy
มุมมอง: 304 056
tony hawk tuah
they fell victim to one of the classic C blunders (user input and strings)
Would love to see a deep dive into the payload after the buffer overflow
Good share. Thanks
i recently bought the game disc for the gamecube just to mod. I've done everything except get xepatcher 3.0 to work. it doesn't open and i don't know what i need to have it open.
Come back to us please
I do find this stuff impressive.
So on ps3 the executable segment is separate from the data segment ie you can't write over any executable segment of code with something like strcpy. Would this just not be possible on the ps3? also surely the xbox has the same protections. My knowledge is limited, i've only spent time modding on ps3. Do the older consoles and early versions of xbox just not have write protection over the code segments? If you could please clear this up for me i'd appreciate it.
Hack the planet!!!! They're trashing our rights!!! TRASHING!!!!
Tony Hawk allows you to hack your game console... why does this feel like such a canonical development?
i want more videos
This is a certified classic
will this allow to mod ps2 SCPH-9XXXX?
"totally accidental" this passenger jet was an act of war against Russia
How can they possibly be so lazy? It's so easy to fix
I expected this to be an elaborate metaphor on the nature of buffer overflow and how you can *jump* from it to places or something but man, the shite's literal 😂😂😂
I wish skate 3 had exploits like this :(
How is the 360 exploit not useful? If you DO have a 360 with an older dashboard, no soldering is a huge plus. Aren't certain older 360's only hardmoddable with an older dashboard anyway? I would love to use this on one that I have once I get it from storage. A streamlined version of the instructions would be helpful though. I may be misinterpreting the intructions, but it doesn't seem to include instructions for how to turn this into a permanent softmod.
This is why you use strncpy.
what are some other string copy bugs in video games? no way string copy and text overflow manips are so rare
Brother, same opinion on the ps2. I’d rather play my Dreamcast with its cursed controller
Yep, that is a pro-level strcpy, not to be confused with your normal C stdlib one.
Wasnt king kong exploit the first "software" exploit
How dare you. PS2 > Xbox original ALL DAY
This is very interesting, there are so many ways to xploit games nowadays
What about Xbox One / Series with backwards compatibility?
great vid!!
im mind blown
yoooooo h4k the planet :)
The ps2 has an additional external hdd slot doesn't it? That's, err, something
Sounds like mclovin
The PS2 is my favorite console, but I feel like if I was a programmer, it would be the third most painful thing to work with. (Number 2 is the PS3, number 3 is the Sega Saturn, and they're both more or less interchangeable.)
one step closer to softmod on 360
i just waiting for the softmod i cannot wait i dont want too soft mod no wonder why tony hawk was over priced on disc
As a developer, what would be your suggestion to avoid using strcpy? I see it is indeed a vulnerability... but its one of the most common features of c++ and commonly used in a wide spectrum of applications actually...
STRCPY is unsafe because it goes until a null terminator is reached, buffer size be damned. "strncpy" takes another argument, "n", and stops when n bytes are copied OR the null terminator is reached, whichever occurs first
@@williamdrum9899 and by that you are saying what exactly? In my comment I was asking suggestions to avoid using strcpy.
Dude, they are so going to patch this now...
As a lifelong THPS fan this is absolutely hilarious and insane, and only somewhat surprising
You're right about PS2 it's total garbage. The only redeeming factor for me back in the day was getting the modem adapter and then going to the rental store and renting all the games that had online modes to try them out.
This is why strncpy 😂
Congratulations
gnarly coding, dude
nyaan cat lets goooo
hi grimdommer could you please help me with this mod i cant run the park file or it just doesn't show up. please give us a video tutorial on how to do this.
How did you get the mtn dew xbox?
Amazing work
Another day, another strcopy exploit found in a mid-2000s video game