Search found 21 matches
- Mon Jun 27, 2005 5:03 am
- Forum: PSP Development
- Topic: A question about legality
- Replies: 2
- Views: 1642
A question about legality
I know this forum tries to be very careful about legal issues, and I respect that. So I wonder where the forums stand on this. I have seen the example code from the Metrowerks leak (only seen the code, I do not have the studio) and it made it very clear how to write code to use the gpu. I saw some f...
- Mon Jun 13, 2005 4:52 am
- Forum: PSP Development
- Topic: Code optimization
- Replies: 2
- Views: 2407
- Sun Jun 12, 2005 6:33 pm
- Forum: PSP Development
- Topic: Code optimization
- Replies: 2
- Views: 2407
Code optimization
****Flame retardant suit on**** OK, this is a serious offer. I am a very experienced coder. I have a lot of experience in optimizing code and would like to help make some of these emulators run faster. I have a v1.00 PSP, and am in the process of learning to use the PSP tool chain. I have some sourc...
- Thu May 26, 2005 6:14 pm
- Forum: PSP Development
- Topic: PSP File (Research Thread)
- Replies: 65
- Views: 65243
- Thu May 26, 2005 6:08 pm
- Forum: PSP Development
- Topic: Must Update and v1.5
- Replies: 31
- Views: 20007
Another problem you might all be encountering is the fingerprint hash! A known example of this is in DATA2.BIN and is an SHA-1 digest (I think, need to go over java code again to make sure) of the data in the file. I personally believe some of the unknown data is sfo file is a hash of this sort and ...
- Mon May 23, 2005 6:31 pm
- Forum: PSP Development
- Topic: BIN files
- Replies: 3
- Views: 3105
BIN files
First of all apologies if this is useless - still finding my feet. OK I initally thought a brute force dictionary attack on the BIN file in my save game directories for Hot Shots golf and wipeout would be fairly simple. The bin file for wipeout is even called PROFILE.BIN ( ;-) ). Both these games ha...
- Sat May 21, 2005 9:42 pm
- Forum: PSP Development
- Topic: A couple of questions
- Replies: 2
- Views: 2020
A couple of questions
In the PARAM.SFO file
Does anybody know what the 16 bytes after the plain text file name are?
Does anybody know what the 32 bytes that start at 11C0 are?
These are in all the 5K PARAM.SFO files I have looked at.
Does anybody know what the 16 bytes after the plain text file name are?
Does anybody know what the 32 bytes that start at 11C0 are?
These are in all the 5K PARAM.SFO files I have looked at.
- Sat May 21, 2005 9:23 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
- Sat May 21, 2005 3:54 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
- Sat May 21, 2005 2:46 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
I have checked the decoding, am using the SHA1CypherStream class and the nickName 'Piercer' is definitely stored in the following set of bytes in the following order (at least I see this after the xor with the cypher stream buffer which does not change the data length, so I assume the EFBD's are not...
- Sat May 21, 2005 4:09 am
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
OK a question for UTF knowledgeable out there. My nickname is Piercer on my PSP looking at the way this is stored in DATA2.BIN decrrypted/dehashed of course it looks like 50EFBD P 89EFBD i 85EFBD e 92EFBD r 83EFBD c 85EFBD e 92E38080 r (but slightly different) ???? What for of UTF is this - even tho...
- Thu May 19, 2005 8:50 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
Ok - apologies in advance if this is illegal (and please remove it if it is). Here is a little java file that takes a data2.bin formatted file name as input and outputs a little information from it. It is unfortunately not self contained as it uses the SHA1CypherStream object from the jar and I have...
- Thu May 19, 2005 7:49 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
- Thu May 19, 2005 7:21 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
- Thu May 19, 2005 6:35 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
- Thu May 19, 2005 6:16 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
- Thu May 19, 2005 5:55 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
Sorry, key seems to be at the end of the file - after a 'fingerprint' ?? It seems that the file has format version 4 bytes hardwareId 20 bytes timeStamp 4 bytes nickName 208 bytes fingerprint 20 bytes if the passed in recordSize is greater than 256 then there is a 20 byte key. In IdentityCollection....
- Thu May 19, 2005 5:53 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
OMG identity.class would seem to have some very interesting information in it. I will not post source since I'm sure that would be illegal, but it seems to be able to read firmware version, nickname, hardwareid and timestamp. It does this via an SHA1 cypher which has a key as the first bit of the fi...
- Thu May 19, 2005 5:44 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
Amazing you beat me to it - that bit caught my interest too and I was just about to post about it - lol But surely the PSP ID would be in firmware and not on the memory stick - is it possible that this is simply the ID to use for DRM and not the PSP ID itself? I have a feeling that this applet will ...
- Thu May 19, 2005 5:05 pm
- Forum: PSP Development
- Topic: PSP Download Applet
- Replies: 44
- Views: 26395
At last something I can really help with. OK First impressions (this will not tell you too much, but is a start) - I will edit it later with further info as I find it. The jar is a signed, unobfuscated (wow) applet. 1) Signed applet - means it runs in a browser (applet container) but could be allowe...
- Fri Apr 01, 2005 4:53 pm
- Forum: PSP Development
- Topic: Ethereal and PBP file format
- Replies: 9
- Views: 8185
Ethereal and PBP file format
Delurk... I apologize if I am teaching my grandmother to suck eggs, but I have been reading these forums for some time now and I was thinking it might be good to link together two areas of attack. People have been 1) analysing the traffick between two PSPs. Especially interesting is the discussion o...