Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
pyro42
Posts: 11 Joined: Fri May 06, 2005 11:03 pm
Post
by pyro42 » Sun May 08, 2005 3:40 am
so i'm looking at this url that the psp checks to see if it needs to update itself..
http://fj01.psp.update.playstation.org/ ... telist.txt which contains
Code: Select all
# JP
Dest=00;ImageVersion=00000178;CDN=http://dj01.psp.update.playstation.org/update/jp/2005_0324_e32eb27980ba8b291eb803e3397e4b24/EBOOT.PBP;CDN_Timeout=30;
and i'm looking at the similar file at
http://fj01.psp.update.playstation.org/ ... telist.txt which has
Code: Select all
#JP
Dest=00;ImageVersion=00000000;CDN=http://dj01.psp.update.playstation.org/update/nodata;CDN_Timeout=30;
#US
Dest=01;ImageVersion=00000000;CDN=http://du01.psp.update.playstation.org/update/nodata;CDN_Timeout=30;
#EU
Dest=02;ImageVersion=00000000;CDN=http://de01.psp.update.playstation.org/update/nodata;CDN_Timeout=30;
and i'm wondering... if you do a DNS redirect like was done for the browser... and host a fake "psp-updatelist.txt" on your server, and change the contents of the text file so that the psp fails the update check and tries to update. could you replace the url for the update with a different url and have it copy whatever was at that url to the memory stick? whats more is could you have it copy a file from the umd?
i'm guessing it would look something like
Code: Select all
#US
Dest=01;ImageVersion=00000000;CDN=file://disc0:/PSP_GAME/famename.here;CDN_Timeout=30;
could be an easy way to pluck files off the UMDs... lol as long as you know the structure/filename
forgive my ignorance... i know just enough to be annoying...
peanut
Posts: 6 Joined: Thu Mar 10, 2005 2:45 am
Post
by peanut » Sun May 08, 2005 4:20 am
well if you got it to download a custom update file from the url you've given it, then when it's run from the memory stick it would still check the firmware version and wouldnt run the update. If thats what you're talking about
ooPo
Site Admin
Posts: 2023 Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:
Post
by ooPo » Sun May 08, 2005 5:27 am
He's talking about forcing the network update function to copy a file from the UMD to the memorystick by spoofing the psp-updatelist.txt.
zigzag
Posts: 129 Joined: Wed Jan 26, 2005 2:11 pm
Post
by zigzag » Sun May 08, 2005 9:00 am
It would be easiest to first test this by trying to copy data off the memory stick to itself.
Herman
Posts: 13 Joined: Tue Apr 05, 2005 4:15 pm
Location: Montreal, Canada
Post
by Herman » Sun May 08, 2005 1:09 pm
This doesn't work. You can spoof it to download from http:// URI's but not file://.