| View previous topic :: View next topic |
| Author |
Message |
Oby1Chick
Joined: 13 Feb 2010 Posts: 24
|
Posted: Sat Apr 03, 2010 8:37 pm Post subject: [PSPLINK]Problem trying to use psplink |
|
|
Hey guys,
I'm having issues using PSPLink to find exploits in PSP games.
I downloaded PSPLink 3.0 and installed it in my GAME folder.I have a phat PSP with 5.50 GEN-D3.Then I moved all the plugins to seplugins folder and I disabled them.
I tried to install LibUSB PSP type B driver but it said that Windows did not find any driver for my PSP.I looked in "System -> Devices -> USB Devices -> Unknown device (Which is my PSP) -> Information" and it says the ID of my PSP was "USB\VID_6472&PID_01c9".I looked at psp.inf file in the driver folder and the ID needed was "USB\VID_054c&PID_01c9".So I changed that to "USB\VID_6472&PID_01c9" and I was able to install the driver.
Now, with all plugins disabled, I launch usbhostfs_pc.exe on my PC, then I run PSPLink 3.0 EBOOT on my PSP, and I launch psphs.exe on the PC.But in usbhostfs_pc.exe, there is only written :
| Code: |
USBHostFS (c) TyRaNiD 2k6
Built Mar 26 2009 16:26:00 - $Revision : 2368 $
sh> Accepting async connection (0) from XXX.X.X.X
Accepting async connection (2) from XXX.X.X.X
Accepting async connection (3) from XXX.X.X.X
|
In psphs.exe, there is written nothing.
If I enable psplink.prx plugin alone or with other plugins, the PSP connect but there is written :
| Code: |
Error 0x8002013b starting module
|
My PSP is a TA-082 !
Thanks a lot for your help folks ! I need it !
Oby.
PS : I am using Windows XP. |
|
| Back to top |
|
 |
m0skit0
Joined: 02 Jun 2009 Posts: 226
|
Posted: Sat Apr 03, 2010 11:31 pm Post subject: |
|
|
Use Linux, that will solve your Winproblems. _________________
| The Incredible Bill Gates wrote: | | The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers. |
|
|
| Back to top |
|
 |
Draan
Joined: 17 Oct 2009 Posts: 55
|
Posted: Sat Apr 03, 2010 11:36 pm Post subject: |
|
|
If you want to use it as plugin, you need to add usbhostfs.prx too.
I had the same problem (there was nothing on pspsh). In my case i had psplink's port used/blocked (i still don't know).
Someone gave me this .bat script to run psplink & pspsh on diffrent port which was a solution.
| Code: |
@echo off
PATH = c:\pspsdk\bin;%cd%;
start usbhostfs_pc.exe -b 1666
start pspsh.exe -p 1666
|
I hope this will work for you too.
| m0skit0 wrote: | | Use Linux, that will solve your Winproblems. |
Lol. |
|
| Back to top |
|
 |
sauron_le_noir
Joined: 05 Jul 2008 Posts: 229
|
Posted: Sat Apr 03, 2010 11:39 pm Post subject: |
|
|
Use the windows port from heimdall just to be sure that you have all the good librairies installed at your pc http://minpspw.sourceforge.net/
in the port you have the full sdk included the psplink and the usb driver
for windows. It use libusb a port of a linux librairie to use usb at ring 3 (user) |
|
| Back to top |
|
 |
unsigned int
Joined: 13 Aug 2009 Posts: 22
|
Posted: Sun Apr 04, 2010 3:11 am Post subject: |
|
|
I think the problem lies in the wrong USB VID. Probably your idstorage keys are corrupted from downgrading (that you got a TA-082 would point to this, too).
Try using Chilly Willys KeyCleaner v1.4 to fix the keys, restore the driver VID back and try again.
I don't know any official download location, but you could try QJ. |
|
| Back to top |
|
 |
Coldbird

Joined: 08 Feb 2007 Posts: 155
|
Posted: Sun Apr 04, 2010 7:13 am Post subject: |
|
|
Nope you don't need to place usbhostfs.prx as plugin.
PSPLink already handles the required USB driver related operations by itself. _________________ Been gone for some time. Now I'm back. Someone mind getting me up-2-date? |
|
| Back to top |
|
 |
sg57
Joined: 14 Oct 2005 Posts: 154
|
Posted: Sun Apr 04, 2010 12:52 pm Post subject: |
|
|
| What Coldbird said, just run the EBOOT and connect a USB cable when usbhostfs_pc and pspsh are up and running. |
|
| Back to top |
|
 |
Oby1Chick
Joined: 13 Feb 2010 Posts: 24
|
Posted: Tue Apr 06, 2010 6:56 am Post subject: |
|
|
Thanks again guys..
The problem was actually my TA-082, my ID storage keys were corrupted and I fixed them.Then, I downloaded a version of USBHost made for TA-082 and now PSPLink works perfectely !
I had found a buffer overflow in a game but it won't lead to anything, $ra and $sp seem to contain normal addresses so far.
I have an other problem now, I need to reinstall LibUSB each time I use PSPLink because Windows forgets the driver everytime -.-..
Thanks again ! |
|
| Back to top |
|
 |
m0skit0
Joined: 02 Jun 2009 Posts: 226
|
Posted: Tue Apr 06, 2010 10:51 pm Post subject: |
|
|
Just to let you know, some exploits are done without $ra or $sp being corrupted (not at first at least). That's just the most obvious version. Some RE effort should tell you if your vulnerability is exploitable or not. _________________
| The Incredible Bill Gates wrote: | | The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers. |
|
|
| Back to top |
|
 |
|