PSP Hooking

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
BrickRisk
Posts: 4
Joined: Mon Oct 29, 2007 6:02 am
Location: USA

PSP Hooking

Post by BrickRisk »

Wondering where to find a good example of hooking for simulating button presses form a Kernel mode app/plugin? Anything would be much appreciated. I have looked through the forum but didn't notice any examples. If you found one I missed please let me know.

Thanks
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

There is a program that already does it, it switches the functions of any button
so must be able to do what you describe.
Don't remember the name or if it came with source, but if you recieve no help,
perhaps you can locate the program, and then it's author.

I guess I will have to join you in the hunt because Gottlieb Pinball is among the
few PSP games I'll ever play, and the shoulder buttons don't feel natural.
If not actually, then potentially.
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

Post by Cpasjuste »

You can take a look at tyranid remotejoy sources (thanks one more time). Here is a 3.71 version of it with some clear hook functions : http://www.zshare.net/download/4218310a736da6/
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

The button remapper is RemaPSP, I made it ages ago.
Source Code: http://localhost.geek.nz/?p=26

Not sure if it works on the new firmware, probably not.

It was also integrated into one of the cheating apps, CWCheat IIRC?
BrickRisk
Posts: 4
Joined: Mon Oct 29, 2007 6:02 am
Location: USA

Post by BrickRisk »

Thank you for the quick responses, Im going to dig through the source code that danzel posted and see if I can get it integrated into the plugin I already have working. Basically what I'm doing is mapping the headphone remote for the PSP to allow me to control the VSH using HPRM. I can pick up button presses on the remote and now hopefully I will be able to send the psp button presses. The reason I'm doing this is for when I am driving in my car I can just select different items using the remote. I will repost back when I have some more time to dig through the source code.
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

Not bad for the car,, good idea.
If not actually, then potentially.
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

danzel wrote:The button remapper is RemaPSP, I made it ages ago.
Source Code: http://localhost.geek.nz/?p=26

Not sure if it works on the new firmware, probably not.

It was also integrated into one of the cheating apps, CWCheat IIRC?
yes cwcheat :)
BrickRisk
Posts: 4
Joined: Mon Oct 29, 2007 6:02 am
Location: USA

Remote control working

Post by BrickRisk »

I have the prx working thanks to pikey, remapsp, and some others. There are some issues that I need to iron out but once they are taken care of I will provide the prx. It does help when navigating in the car no longer have to physically handle the psp makes it a little safer for the driver :)
Post Reply