Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Help with a dissasembly?

SCO

Arcane
In My Safe Space
Joined
Feb 3, 2009
Messages
16,320
Shadorwun: Hong Kong
I'm attempting (again) to no-cd King of the dragon pass.

The executable is actually a launcher for the .\Opal\Mtplayer95.exe file. Although the launcher has a few weak checks, the main wtf checks are on the Mtplayer95 file.

The way to skip the stupid check on the launcher is to edit it's offset 1338 (hex) from 75 to EB (unconditional jump).

If you then attach a debugger to the running Mtplayer95, search for X:\ and attach a read memory breakpoint, run it and press tutorial, you can get at the general place where the copy protection is doing its job (after the return). It seems to replace the first letter (X) in a cycle and checks their volumename or if it's not writeable or something. I need to skip this whole cycle and replace the X:\ by ..\ or something and not allow it to change. Problem is when i tried this the thing freaked out (started creating KotDP instead or something).
The code seems deliberately obfuscated in some strange way - a thing that seemed like a infinite cycle when i stepped through with the cd on, but when "run" it worked ... things like that.
Just sharing my findings for now.
 

SCO

Arcane
In My Safe Space
Joined
Feb 3, 2009
Messages
16,320
Shadorwun: Hong Kong
Fuck it. I just made a cd with the last patch incorporated and a command line batch to mount the cd as it wants to.
 

Elzair

Cipher
Joined
Apr 7, 2009
Messages
2,254
Considering the number of third-worlders here it is an appropriate topic.
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom