USB Things..

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

Moderators: cheriff, TyRaNiD

Post Reply
KaL
Posts: 41
Joined: Sun Apr 03, 2005 9:59 pm

USB Things..

Post by KaL »

Sniffing my PSP to PC USB connection... I found something weird. My PSP sends Filelist of previously stored data.. Deleted ones.
What the hell is that thing ?
User avatar
mc
Posts: 211
Joined: Wed Jan 12, 2005 7:32 am
Location: Linköping

Post by mc »

USB mass storage devices do not work with "files", they work directly on sectors. So the PC asks for some sectors of the "disk", and then has to figure out for itself which files exist, etc. Filesystems often do not eradicate all information about a file when it is deleted, they will just mark the space as available and so most the information will stay there until overwritten by a new file. If you snooped the communication on the IDE bus between your PC and your harddrive, you'd see the same thing.
Flying at a high speed
Having the courage
Getting over crisis
I rescue the people
KaL
Posts: 41
Joined: Sun Apr 03, 2005 9:59 pm

Post by KaL »

Thanks :)
User avatar
darkfader
Posts: 8
Joined: Sun Mar 27, 2005 1:58 pm
Location: Netherlands
Contact:

Post by darkfader »

Overflow USB stack... or filesystem driver...
nanoscopic
Posts: 4
Joined: Mon Apr 04, 2005 4:43 am

Post by nanoscopic »

lol @ darkfader... I was thinking the same thing. Seeing as the title offset can browse into memory I am wondering what else in the system can offset into other places. It seems that memory isn't protected all that well internally to me.
Post Reply