PDA

View Full Version : how to detect the safedisc version ?


cdkiller
27-01-2003, 10:55
how to detect the safedisc version without using tools like
safedisc analyser or safedisc cleaner ???
i just want to search for the version info in the encrypted exe.
securom is easy but i need help how to find the safedisc version.

the safedisc string is: "BoG_ *90.0&!! Yy>"
and there must be the version info somewhere around this code...

cdkiller
28-01-2003, 07:58
thanx for the hint ;)
iīve some safedisc 2.60 games and can test it.
but where is this string located ?
behind BoG_ *90... or at the end of the file like securom.

cdkiller
28-01-2003, 08:13
found the asm source of safedisc analyser 3.4
and the source of r!scīs UnSafedisc 2.40 :)
now i can dig into safedisc ripping.

btw itīs so easy ;)
------------------------

426F475F202A39302E30262121202059793E => BoG_ *90.0&!! Yy>

2000000 => 2h => 2
3C000000 => 3Ch => 60
34000000 => 34h => 52

=> version 2.60.52 ;)