![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [RELEASE] GripShift Hello World + Sparta SDK within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Ok, so this is the Hello World version of the GripShift exploit, complete with a binary loader and SDK to ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
![]() Ok, so this is the Hello World version of the GripShift exploit, complete with a binary loader and SDK to make your own binaries. The readme says it all: Code:
Hello World on PSP FW 1.52-5.02 The Spartaaaaaaaaaaaaaaaaaaaa!!! Exploit by MaTiAz & FreePlay Instructions ------------ 1. Copy the contents of MS_ROOT into the root of your memory stick. (This will overwrite the first GripShift savegame slot). 2. Launch the US version of GripShift. 3. Load up the game (if it doesn't autoload). 4. See your PSP run unsigned code. :) It'll autoexit after some time. You can use the home button to exit too if you've seen enough. FAQ --- Q: Will this allow downgrading? A: No, because this is an usermode exploit and functions required to downgrade are only available in kernel mode. Q: Why the name? A: Because the original exploit was found by overwriting the player name with "this is spartaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa". Q: Can/Will Sony block this? A: Yes. Q: I wanna make homebrew using the exploit. How? A: Get FreePlay's GS SDK: http://f6y.ath.cx/pspdev/sparta_sdk.zip It has some constraints though, check the readme. The Hello World was written with it. :) Credits ------- Exploit and binary loader: MaTiAz SDK: FreePlay Greets go to Dark_AleX, Mathieulh, jas0nuk, Hellcat, etc. etc. etc, you know. Download Sparta SDK
__________________
[center][B][SIZE="3"]wheeee =:D[/SIZE][/B][/center] Last edited by FreePlay; 01-04-2009 at 05:03 PM.. Reason: fixed the link, thanks QJ for filtering tinyurls. |
|
|
|
|
|
#4 | |||
![]() |
Two days straight of working on it tirelessly, mostly. Stopping occasionally to eat.
__________________
[qj now fails.] |
|||
|
|
|
|
|
#7 | |
![]() Join Date: Jan 2007
Real First Name: mohaas05
Location: Land of honey
Just Played: San Andreas
Posts: 4,255
Trader Feedback: 0
|
Quote:
I'm sure eventually we'll see a downgrader. 2.8 was originally just user-mode too.
__________________
www.mohaas05.co.cc |
|
|
|
|
|
|
#8 |
![]() Enter Custom Title
Join Date: Sep 2006
Real First Name: Davee
Location: Perth, Scotland
Posts: 1,041
Trader Feedback: 0
|
I doubt it. It's user mode only so far, plus, I'm sure Alex has his own exploit, probably kernel mode.
__________________
VSH Scramble Patcher || VSH Module Descrambler || Unlimted Character Version Changer (5.00) |
|
|
|
|
|
#9 |
![]() |
|
|
|
|
|
|
#11 |
![]() |
You could probably hook functions via assembly (I've done in it several usermode games, can't deny a subroutine access to it). I JUST ordered gripshift, so I will gander at this bad boy, it'd be neat if anything worthwhile came out of it.
EDIT, now that I think about, what I think could be done is hooking of a kernel thread to load a kernel module(by hijacking a jr ra off some BS kernel function and the arguments) which then does sorta a pause-game type thing, which then once you have your kernel module you can do whatever you might desire.
__________________
I gone and made that one power spoofer and that gay cheat device. Last edited by NoEffex; 01-04-2009 at 03:28 PM.. |
|
|
|
|
|
#14 |
![]() ![]() Developer
|
I've always been fascinated by Exploits!
Especially White Text Black Background + "Hello World"
__________________
Hardware Alarm Suite II v2.7 bld 1727 (1730 Latest)|Academic Aid 6.R769 w/ Motion|LocoRoco Motion Plugin|XmbController 1.61|More(32) TweakDISPLAY(NOW OUT!) | PaintOnXMB v1
|
|
|
|
|
|
#15 |
![]() |
Well, there's a bit of a problem with the binary loader on the european version, seems like sceIoOpen doesn't want to work. We'll be working on that, since the exploit does exist on the european version too.
__________________
[center][B][SIZE="3"]wheeee =:D[/SIZE][/B][/center] |
|
|
|
|
|
#17 | |||
![]() |
I actually made my own Hello World (based on SG57's Snowfield demo) but MaTiAz made the exploit so his Hello World takes precedence
![]() Here's the other one:
__________________
[qj now fails.] |
|||
|
|
|
|
|
#20 |
![]() |
eloader? I think this time they'll be wanting to head straight to cfw, which essentially if you can run a kernel-mode prx, I'm pretty sure you can.
__________________
I gone and made that one power spoofer and that gay cheat device. |
|
|
|
|
|
#21 | |
![]() |
Quote:
so, they'll probably make a loader first. or am I missing something?
__________________
[size=3][url=http://luaplayer.org/forums/index.php?topic=507]Complete Lua development cycle outline[/url][/size] |
|
|
|
|
|
|
#22 |
![]() |
Dark_AleX definitely has a kernel exploit to do all that.
How the heck did he dump the PSP-3000 decrypt tables then? Except, he doesn't want to release it, yet. ![]() Porting the old libtiff homebrew could have some limits, if the GP SDK doesn't have the necessary functions, you are going to have to find them in the game itself. Only the functions imported by the game are allowed to be used by the exploit. Correct me if I am wrong. @TurtlesPwn, If they are able to get substantial kernel access, direct CFW or downgrading is possible. It happened in the Illuminati exploit. Maybe not an eLoader first but a HEN to allow those stuff. ![]() -Light_AleX |
|
|
|
|
|
#23 | |
![]() |
Quote:
Thanks, captain obvious. What I was saying was that as of right now, there is no kernel access at all.
__________________
[size=3][url=http://luaplayer.org/forums/index.php?topic=507]Complete Lua development cycle outline[/url][/size] |
|
|
|
|
|
|
#24 |
![]() |
If you use assembly you can store to any partition on the ram, thus hooking a kernel function to redirect a kernel thread to do the dirty work for you. It's not some mystical magical area where the laws of the MIPS assembly language are bent and torn. I'm talking on an assembly level. I think you misunderstood me.
__________________
I gone and made that one power spoofer and that gay cheat device. |
|
|
|
|
|
#25 |
![]() |
I would think if it was that easy they already would've done it. The PSP has a good bit of RAM, finding the right spot would take a while and probably not be consistent across various PSPs.
__________________
[size=3][url=http://luaplayer.org/forums/index.php?topic=507]Complete Lua development cycle outline[/url][/size] |
|
|
|
|
|
#26 | |
![]() |
Quote:
lol, just scan for any jr ra you want, it'll end up looping back around eventually if you code it right. If that is no avail, you could even make one that records all the addresses of the jr ra's.
__________________
I gone and made that one power spoofer and that gay cheat device. |
|
|
|
|
|
|
#27 | |
|
Quote:
SilverSpring, a friend of DA, has already said Dark_AleX has his own user mode & kernel mode exploit. This means the GripShift xploit won't be helpful to DA in aiding his work. I do believe DA has already made his M33 CFW running on PSP3000 by using his own user/kernel mode exploit. He couldn't release it, 'cos he doesn't wanna release his user/kernel mode exploit. In fact, this is the right thing to do. If he releases his own exploit, Sony will patch it right away. On the other hand, he may release the M33 CFW for PSP3000 using GripShift exploit, since this one is already known by Sony. Just my 2 cents worth. |
||
|
|
|
|
|
#28 |
![]() ![]() Developer
|
don't get me wrong but arn't we forgetting about the psp-2000's that have the new un-pandorable motherboards(unless i've missed something which allows them to be downgraded)?, you guys keep saying DA has already found an exploit for PSP3k's, but gripshift can possible lead to an downgrader for unpandorable 2k mb's
__________________
1. Failed....again... 2. http://slicer.gibbocool.com/ stay updated on all my projects |
|
|
|
|
|
#29 |
![]() |
I thought this as well for a reason why getting kernel mode is not as easy as noeffex thinks but I don't have much knowledge of the actual system workings of a PSP. Thanks for confirming.
__________________
[size=3][url=http://luaplayer.org/forums/index.php?topic=507]Complete Lua development cycle outline[/url][/size] |
|
|
|
![]() |
| Tags |
| exploit , gripshift , psp3000 , release , sdk , sparta , world |
| Thread Tools | |
|
|