Would a strings of the UMD dumps be allowed here?

General, off-topic discussion about things of interest to the members of these forums.

Moderator: cheriff

Post Reply
ripnet
Posts: 12
Joined: Thu May 05, 2005 6:04 pm

Would a strings of the UMD dumps be allowed here?

Post by ripnet »

Hi,

Running
cat * | strings -9 | uniq
against the ripped UMD data produces quite a lot of interesting strings...
for example, we get

GCC: (GNU) 3.3.3+allegrex-2.2.1-psp-1.5.1.internal

and

host0:/usr/local/psp/devkit/module/pspnet.prx

and

sceKernelLoadModule()

and

SceParseHTTPheader_Library (on Ridge Racer) which i didnt think had a browser...

Of course, the most important conclusion from this is that the binaries are not encrypted (at least not entirely)...

I think we can learn a lot about how this thing works from these

i reckon they are still signed tho, and I reckon that the line that says
ULJS-00001|CCCD9317C815B9F5|0001|G|
has the signature in it. Unless im mistakes, the length of CCCD9317C815B9F5 is 64 bits, and not 128 bits (which is the length of the AES key)...

g
Pikoro
Posts: 56
Joined: Thu Jan 13, 2005 9:57 am

Post by Pikoro »

Guess not. The mods killed my strings thread.
xaeon
Posts: 4
Joined: Sat May 07, 2005 12:39 am

Post by xaeon »

Achtung! Teilen Sie nicht interessante Sachen hier mit!
ripnet
Posts: 12
Joined: Thu May 05, 2005 6:04 pm

... in English

Post by ripnet »

Babel Fish Translation:

Achtung! Teilen Sie nicht interessante Sachen hier mit!
=
Note! Do not communicate interesting things here!

:-O
MelGibson
Posts: 58
Joined: Sun Apr 10, 2005 10:19 pm

Post by MelGibson »

xaeon wrote:Achtung! Teilen Sie nicht interessante Sachen hier mit!
German - translates to: Warning! Don't post interesting things here

Thats wasa useful 1st post xaeon. Congrats. Good puppy
xaeon
Posts: 4
Joined: Sat May 07, 2005 12:39 am

Post by xaeon »

MelGibson wrote:
xaeon wrote:Achtung! Teilen Sie nicht interessante Sachen hier mit!
German - translates to: Warning! Don't post interesting things here

Thats wasa useful 1st post xaeon. Congrats. Good puppy
Every bit as much as yours.
MelGibson
Posts: 58
Joined: Sun Apr 10, 2005 10:19 pm

Re: Would a strings of the UMD dumps be allowed here?

Post by MelGibson »

ripnet wrote: i reckon they are still signed tho, and I reckon that the line that says
ULJS-00001|CCCD9317C815B9F5|0001|G|
has the signature in it. Unless im mistakes, the length of CCCD9317C815B9F5 is 64 bits, and not 128 bits (which is the length of the AES key)...
No its 128bit. For each letter/number 8bit. but i think its rather some crc... don't have the iso though to check...
xaeon
Posts: 4
Joined: Sat May 07, 2005 12:39 am

Re: Would a strings of the UMD dumps be allowed here?

Post by xaeon »

MelGibson wrote:
ripnet wrote: i reckon they are still signed tho, and I reckon that the line that says
ULJS-00001|CCCD9317C815B9F5|0001|G|
has the signature in it. Unless im mistakes, the length of CCCD9317C815B9F5 is 64 bits, and not 128 bits (which is the length of the AES key)...
No its 128bit. For each letter/number 8bit. but i think its rather some crc... don't have the iso though to check...
no, each hex digit is equivalent to 4 binary digits
1111=15=F
11111111=255=FF
MelGibson
Posts: 58
Joined: Sun Apr 10, 2005 10:19 pm

Post by MelGibson »

ULJS-00001|CCCD9317C815B9F5|0001|G

hex

554C4A532D30303030317C434343443933313743383135423946357C303030317C47

43434344393331374338313542394635 128bit



but maybe i'm completly wrong :|
xaeon
Posts: 4
Joined: Sat May 07, 2005 12:39 am

Post by xaeon »

MelGibson wrote:ULJS-00001|CCCD9317C815B9F5|0001|G

hex

554C4A532D30303030317C434343443933313743383135423946357C303030317C47

43434344393331374338313542394635 128bit



but maybe i'm completly wrong :|
CCCD9317C815B9F5 is a hexidecimal number that can be represented by 64 binary digits
however, if you are taking it as a string instead of a number, then each digit is represented by 2 hex digits, which would amount to 128 bits, so we're both right, it just depends on how its used.
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

runnings strings on binary data is the least interesting thing you potentially could do with distributed copyrighted binary data, if people think its interesting they can do so by themselves, no need to fill yet another useless thread with nonsense.
Kung VU
MindWall
Posts: 70
Joined: Tue May 10, 2005 4:27 pm

Post by MindWall »

Mel, what you are looking at is:
(product ID)|(Unique Disk ID)|0001|G

the Unique Disk ID is sotred HEX here.
Post Reply