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
PSP Hooking
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.
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.
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/
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?
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?
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.
yes cwcheat :)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?
Remote control working
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 :)