blckbear_
Developer
Hi!
So today I was messing around with extracting the ISO images from my PS2 Classics (Bully and GTA SA) and after decrypting the ISO for GTA SA I noticed it didn't match redump's md5 while Bully's image did... I found this quite interesting and after checking the differences from the decrypted ISO and the released v3.00 it has some interesting stuff in there.
I couldn't find any post about this online (maybe there is some info out there but my googling skills aren't that good) so I decided to make a post of my own with my findings and maybe some people can chime in with more interesting stuff about this.
Edit:
Here's the MD5 has of my dump after removing the LIMG footer (last 16 bytes from the ISO):
D2CC0D21B5E0AC1850F61E69ADC20EF5
So, about my findings:
So today I was messing around with extracting the ISO images from my PS2 Classics (Bully and GTA SA) and after decrypting the ISO for GTA SA I noticed it didn't match redump's md5 while Bully's image did... I found this quite interesting and after checking the differences from the decrypted ISO and the released v3.00 it has some interesting stuff in there.
I couldn't find any post about this online (maybe there is some info out there but my googling skills aren't that good) so I decided to make a post of my own with my findings and maybe some people can chime in with more interesting stuff about this.
Edit:
Here's the MD5 has of my dump after removing the LIMG footer (last 16 bytes from the ISO):
D2CC0D21B5E0AC1850F61E69ADC20EF5
So, about my findings:
- Using ROM Properties(left: my dump, right: release version):
As you can see, there are some things we can point out:
- The executable date is one day earlier compared to the release version.
- The creation date is about 3 months earlier than the one in the release version.
- The size is a bit smaller.
- The publisher seems to be CAPCOM (dafuk???)
- It has some CDVDGEN info.
- Using HxD we can see it has some more stuff in there:
We can see it says it's a PlayStation Master Disc (which I guess it means it's a test build for running in dev machines, in this case I'd say it's a final test build as we'll see later)
- If we use some software like WinMerge we can see that all the files inside the images are the exact same except for some files in the AUDIO folder and an extra file we can find in the root of the decrypted ISO called 'VERSION.TXT' that has the following content:
Code:################################################ # version.txt # # sets the version number on non-master builds # ################################################ [VERSION_NUMBER] 17 # -eof-
The different files under the AUDIO folder have a date from somewhere around 2015 so they are probably modified radio stations with removed songs due to expiring licenses, thus also explaining the smaller size.
This is weird because the files that are not modified are all earlier in creation compared to the released ones, and it makes me question why didn't they just modify the released ISO instead of a master disc of a final test build.
Also, why the hell is CAPCOM the publisher? lmao
Last edited: