forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Japan Wipeout Downloads Released, New User Agent ... (more)
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
plmars



Joined: 09 Apr 2005
Posts: 6

PostPosted: Sat Apr 09, 2005 10:58 am    Post subject: Reply with quote

I feel so bad for triple posting but I just realized that PSP has build in zip functions. It has to somehow read that zipped data file doesnt it?
Back to top
View user's profile Send private message
Histo



Joined: 05 Apr 2005
Posts: 41

PostPosted: Sat Apr 09, 2005 11:36 am    Post subject: Reply with quote

Yes it extracts the zip file or the browser does. The default zip path is

data/PSP/SAVEDATA/UCJS10007DGAMMAPACK1/


Just FYI
Back to top
View user's profile Send private message
Histo



Joined: 05 Apr 2005
Posts: 41

PostPosted: Sat Apr 09, 2005 11:42 am    Post subject: Reply with quote

Quote:

the file:/// is more my speudo word for referencing a storage device.. mainly the memory stick... i havent seen anyone anywhere post the name for this so im not going there until someone figures it out.



Try data Thats what their zip file reference the stick as.
Back to top
View user's profile Send private message
chaos



Joined: 10 Apr 2005
Posts: 135

PostPosted: Sun Apr 10, 2005 5:20 pm    Post subject: Reply with quote

i have the north american version of the psp and wipeout.

i made a mirror of the wipeoutpurepsp.scej-online.jp site on my local web server, and directed the wipeout browser to it.

the browser loads up the download page perfectly, but when it comes to the actual download, it doesn't get far. according to my logs, it downloads the pspdif file from my server ok, but the psp spits up "an error has occured during download"..

the fact that it calls it a "download" tells me that it's actually trying to process the update, but it seems that the us version can't (or won't) handle the jp pspdif file. it never makes a second request for the dat file.

pspdif: psp (d)ownload (i)nstruction (f)ile

just a guess..
_________________
Chaosmachine Studios: High Quality Homebrew.
Back to top
View user's profile Send private message
pedroleite



Joined: 10 Apr 2005
Posts: 39

PostPosted: Sun Apr 10, 2005 6:13 pm    Post subject: All instructions are encrypted Reply with quote

What if...

    each publisher makes it's own AES keys, 256 bit version.
    each file in the PARAM.SFO file stores the IV (initialization vector) - one of the changed areas on the file list contains this 16 byte binary data.
    The TEST.BIN file has only a 16 byte chunk from mandatory output from the AES-256-cbc (is this confirmed?)


If these were correct, the download.pspdif, could be a small executable, it appears to not be 16 byte aligned (almost every single data area, or file is), so there should be a 6 byte header/trailer at least.
One assumption I could make is that the file should contain the next file name.

I tried, openssl as a tool to experiment with the random areas hex values as IV and keys, no luck so far.

I think the EBOOT.PBP couldn't work this way so simply, either we have a key in hardware or the key is there... I remember seeing a pointer on my file to 32 bytes less than the PSAR file (looked like a key).

The original download.pspdif should work only with the Japanese version of the game, but should download and expand any zip? Anyone tried it like this?

I have a JP version PSP, and I'm waiting the US Wipeout Pure to check this.

Also... anyone tried making a *.PBP file from the files of a SAVEGAME? to see if it's recognized? Maybe it's just a simple format for internet deployment of file packs.
Back to top
View user's profile Send private message
HeWhoKnowsNowt



Joined: 11 Apr 2005
Posts: 1

PostPosted: Mon Apr 11, 2005 2:23 am    Post subject: Re: All instructions are encrypted Reply with quote

I wouldn't believe that Sony would allow any developer to produce signed code in any form.
After reading through various threads it is becoming clear to me that if we find an exploit in any form it'll be quickly plugged and no doubt someone will get an emulator to run on a psp devkit but that'll be a far as it goes.
Back to top
View user's profile Send private message
DBG



Joined: 28 Mar 2005
Posts: 12

PostPosted: Mon Apr 11, 2005 10:33 pm    Post subject: Reply with quote

Devkits already have an emulator for testing, greedy bastards ;).
Back to top
View user's profile Send private message
ChaosKnight



Joined: 14 Apr 2005
Posts: 142
Location: Florida, USA

PostPosted: Thu Apr 14, 2005 5:52 am    Post subject: Reply with quote

plmars wrote:
I'm trying to focus onto param.sfo cracking because it can help so much in the future. One little update on it. Every single param.sfo has the same exact langth which makes reverse engineering so much easier.


yeah, i made a program for that. it's the PBP explorer w/ sfo editor. and the param.sfo is variable length. i have some that are big, and some that are very small. it's only name/value pairs. nothing terribly special kinda like a mini-database.
_________________
w00t
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
plmars



Joined: 09 Apr 2005
Posts: 6

PostPosted: Thu Apr 14, 2005 3:51 pm    Post subject: Reply with quote

ChaosKnight wrote:
plmars wrote:
I'm trying to focus onto param.sfo cracking because it can help so much in the future. One little update on it. Every single param.sfo has the same exact langth which makes reverse engineering so much easier.


yeah, i made a program for that. it's the PBP explorer w/ sfo editor. and the param.sfo is variable length. i have some that are big, and some that are very small. it's only name/value pairs. nothing terribly special kinda like a mini-database.


I have never seen a bigger one. Sorry, my mistake. I still have no idea regarding its key though.
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Thu Apr 14, 2005 4:01 pm    Post subject: Reply with quote

A database, or environment variables for the executable included with the PBP.
Back to top
View user's profile Send private message Visit poster's website
thingsimade



Joined: 21 Apr 2005
Posts: 1

PostPosted: Thu Apr 21, 2005 11:50 am    Post subject: data.pspdat mirror Reply with quote

Here's a mirror of the file for anyone who couldn't download it

Last edited by thingsimade on Thu Apr 21, 2005 12:30 pm; edited 2 times in total
Back to top
View user's profile Send private message
annerajb



Joined: 31 Mar 2005
Posts: 40

PostPosted: Thu Apr 21, 2005 12:28 pm    Post subject: Reply with quote

what file are you talking about anyway yes is a good idea to mirrior it give me the link so i can look at it
Back to top
View user's profile Send private message MSN Messenger
kenwest3



Joined: 21 Apr 2005
Posts: 1

PostPosted: Thu Apr 21, 2005 8:58 pm    Post subject: appears to be a database file param.sfo cracking Reply with quote

what if you save it as is and then open it in microsoft excel as a data file and allow excel to format it for you
Back to top
View user's profile Send private message
Vampire



Joined: 12 Apr 2005
Posts: 138

PostPosted: Sat May 14, 2005 6:12 pm    Post subject: Re: Japan Wipeout Downloads Released, New User Agent ... (mo Reply with quote

volksport wrote:
Links:
http://wipeoutpurepsp.scej-online.jp/
http://wipeoutpurepsp.scej-online.jp/index.html
http://wipeoutpurepsp.scej-online.jp/download.html
http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma1/download.pspdif
http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma1/data.pspdat

proc://command/http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma2/download.pspdif
http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma2/data.pspdat
volksport wrote:
Code:

0        PSP/SAVEDATA/UCJS10007DGAMMAPACK1/
1440     PSP/SAVEDATA/UCJS10007DGAMMAPACK1/ICON0.PNG
4912     PSP/SAVEDATA/UCJS10007DGAMMAPACK1/PARAM.SFO
16       PSP/SAVEDATA/UCJS10007DGAMMAPACK1/TEST.BIN
3659264  PSP/SAVEDATA/UCJS10007DGAMMAPACK1/PI.WAD
21040    PSP/SAVEDATA/UCJS10007DGAMMAPACK1/PIC1.PNG

Code:

0        PSP/SAVEDATA/UCJS10007DGAMMAPACK2/
1440     PSP/SAVEDATA/UCJS10007DGAMMAPACK2/ICON0.PNG
4912     PSP/SAVEDATA/UCJS10007DGAMMAPACK2/PARAM.SFO
16       PSP/SAVEDATA/UCJS10007DGAMMAPACK2/TEST.BIN
5015168  PSP/SAVEDATA/UCJS10007DGAMMAPACK2/PI.WAD
21040    PSP/SAVEDATA/UCJS10007DGAMMAPACK2/PIC1.PNG
Back to top
View user's profile Send private message
Vampire



Joined: 12 Apr 2005
Posts: 138

PostPosted: Sun May 15, 2005 7:02 pm    Post subject: Reply with quote

Wipeout Pure Gets Downloads (PSP)
http://ps2.gamespy.com/playstation-portable/wipeout-psp/613590p1.html

...
GameSpy wrote:
What do you think about these homebrew hacks that lets gamers browse the web via their PSPs and Wipeout Pure?

Nino wrote:
The browser in Wipeout Pure is one of the ways of getting extra content for the game onto the Memory Stick and has no other function. It was not intended to be used as a browser, so it is not optimized for that use.
.
...
Back to top
View user's profile Send private message
Vampire



Joined: 12 Apr 2005
Posts: 138

PostPosted: Thu May 19, 2005 7:50 am    Post subject: Reply with quote

proc://command/http://eu.playstation.com/ingame_sites/wop_us/en/downloads/pak_gamma1/download.pspdif
http://eu.playstation.com/ingame_sites/wop_us/en/downloads/pak_gamma1/data.pspdat
Code:
0        PSP/SAVEDATA/UCUS98612DGAMMAPACK1/
1440     PSP/SAVEDATA/UCUS98612DGAMMAPACK1/ICON0.PNG
4912     PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PARAM.SFO
16       PSP/SAVEDATA/UCUS98612DGAMMAPACK1/TEST.BIN
3659264  PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PI.WAD
21040    PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PIC1.PNG
Back to top
View user's profile Send private message
Vampire



Joined: 12 Apr 2005
Posts: 138

PostPosted: Fri May 20, 2005 10:22 pm    Post subject: Reply with quote

http://download.yourpsp.com/psp_asset/UCUS98612DGAMMAPACK1.zip
Code:

0        PSP/SAVEDATA/UCUS98612DGAMMAPACK1/
1440     PSP/SAVEDATA/UCUS98612DGAMMAPACK1/ICON0.PNG
4912     PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PARAM.SFO
16       PSP/SAVEDATA/UCUS98612DGAMMAPACK1/TEST.BIN
3637248  PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PI.WAD
21040    PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PIC1.PNG
Back to top
View user's profile Send private message
chaos



Joined: 10 Apr 2005
Posts: 135

PostPosted: Sat May 21, 2005 4:40 am    Post subject: Reply with quote

why is pi.wad bigger in one of them?

3659264 PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PI.WAD
3637248 PSP/SAVEDATA/UCUS98612DGAMMAPACK1/PI.WAD
_________________
Chaosmachine Studios: High Quality Homebrew.
Back to top
View user's profile Send private message
Herben



Joined: 25 Jan 2004
Posts: 107

PostPosted: Sat May 21, 2005 5:35 am    Post subject: Reply with quote

Moved to PSP General.
Back to top
View user's profile Send private message
csyria



Joined: 23 May 2005
Posts: 2

PostPosted: Mon May 23, 2005 3:21 pm    Post subject: Reply with quote

I went and grabbed the data.pspdat file off the official site myself, and I opened it up (just change .pspdat to .zip).

PSP/SAVEDATA/UCUS98612DGAMMAPACK1/pi.wad is listed as being 3,552 KB in size.

AFAICT 3637248 is the real size. I'm not sure where the differnce comes from.
Back to top
View user's profile Send private message
reality



Joined: 23 May 2005
Posts: 1

PostPosted: Mon May 23, 2005 4:13 pm    Post subject: Gamma2 Reply with quote

I tracked down gamma2. I am planning on getting wipe-out pure so I already download 1 and 2. UCJS10007DGAMMAPACK2. I got it here if anybodies interested.

http://www.psp-hacks.com/downloads/UCJS10007DGAMMAPACK2.zip
Back to top
View user's profile Send private message
Vampire



Joined: 12 Apr 2005
Posts: 138

PostPosted: Sat Jun 18, 2005 11:53 pm    Post subject: Reply with quote

proc://command/http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma3/download.pspdif
proc://command/http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma3/data.pspdat
Back to top
View user's profile Send private message
Energy



Joined: 26 Mar 2005
Posts: 133
Location: uk/beds/flitwick

PostPosted: Mon Jun 20, 2005 5:19 am    Post subject: Reply with quote

Vampire wrote:
proc://command/http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma3/download.pspdif
proc://command/http://wipeoutpurepsp.scej-online.jp/downloads/pak_gamma3/data.pspdat


That's a nice update - doesn't seem to contain any new cars tho?
Great skin and 2 very good courses :)
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group