Log in

View Full Version : Securom *new* load process informations ?


DaffyDos
July 4th, 2001, 10:58
Securom *new* load process
Does someone decribes the loading process of SINTF32.DLL and others library (under win2K)in the new securom. I need to patch a software...and all informations are welcome !
DaffyDos

Gadix.
July 5th, 2001, 12:04
Read risc tutorial of OutCast-Securom

In the tutorial risc talk about "bad calls". Search & patch the next code:

(extracted from TrickStyle....)
:0054D28A 8B0A mov ecx, dword ptr [edx]
:0054D28C 3B08 cmp ecx, dword ptr [eax] <--- "Checks the CRC"
:0054D28E 7409 jz 0054D299 <--- Change 74 to EB

You can forget the "bad calls"

Gadix