| View previous topic :: View next topic |
| Author |
Message |
enzima
Joined: 15 Apr 2005 Posts: 1
|
Posted: Sat Apr 23, 2005 3:48 pm Post subject: Great USB Sniffer |
|
|
I found this tool to sniff the data that gets trafer to the PSP
There is a lot of information, let see what we can learn from this tool
This is the Download URL
http://www.sourcequest.com/
 |
|
| Back to top |
|
 |
pdc
Joined: 09 Mar 2005 Posts: 107 Location: Rainy Yorkshire, England
|
|
| Back to top |
|
 |
mc

Joined: 12 Jan 2005 Posts: 212 Location: Linköping
|
Posted: Sat Apr 23, 2005 7:36 pm Post subject: |
|
|
I'm not trying to put you down or anything, but what exactly are you planning to achieve by snooping the USB bus? The protocol used to access the memorystick is regular USB mass storage, which is well known and documented, and the actual data carried will be exactly the data you read and write from the stick. So what additional knowledge do you expect to find by going to this low level? Just curious...
(Snooping the USB bus of the PSP when external peripherals, such as the alleged keyboard, are connected to it might be useful, but this program simply seems to display the normal USB communication of your PC, which means that the PSP has to be connected to it in client mode.) _________________ Flying at a high speed
Having the courage
Getting over crisis
I rescue the people |
|
| Back to top |
|
 |
mc

Joined: 12 Jan 2005 Posts: 212 Location: Linköping
|
Posted: Sat Apr 23, 2005 7:40 pm Post subject: |
|
|
Btw, the mass storage specifications can be found here: http://www.usb.org/developers/devclass_docs#approved
Look under the "Mass Storage" heading. _________________ Flying at a high speed
Having the courage
Getting over crisis
I rescue the people |
|
| Back to top |
|
 |
fwaggle
Joined: 08 Apr 2005 Posts: 7
|
Posted: Sun Apr 24, 2005 2:18 pm Post subject: |
|
|
| mc wrote: | | The protocol used to access the memorystick is regular USB mass storage, which is well known and documented, and the actual data carried will be exactly the data you read and write from the stick. So what additional knowledge do you expect to find by going to this low level? Just curious... |
i was gonna mention that too, but you beat me to it. the fact that the protocol is an established one is evident by the fact that it works on things like freebsd/linux directly out of the box.
| Code: | Mar 31 07:36:06 sugarbaby /kernel: umass0: Sony PSP Type A, rev 2.00/1.00, addr 3
Mar 31 07:36:06 sugarbaby /kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Mar 31 07:36:06 sugarbaby /kernel: da0: <Sony PSP 1.00> Removable Direct Access SCSI-0 device
Mar 31 07:36:06 sugarbaby /kernel: da0: 650KB/s transfers
Mar 31 07:36:06 sugarbaby /kernel: da0: 30MB (63424 512 byte sectors: 64H 32S/T 30C) |
about the only thing i can see that's even remotely interesting is the version shit, but it looks as though that stuff was just thrown in there to make the USB specs shut the hell up - it doesn't appear to have any relation to the actual firmware versions.
probably a useless post, but oh well :) |
|
| Back to top |
|
 |
|