THORAC
October 20th, 2003, 13:06
Hi all
The file that is protected by DialCops is an Access mde file. The protection basic is time limitation and serial. The mde file has a module that is directly connected with the protection exe. With my finding on the protection i found 3 files took place on the protection. 1 of the file is a exe and it is programmed by Turbo pascal and it is 16bit. This exe connected by an 16 bit dll file and this 16 bit dll file connected to an 32bit dll file. These two dlls are programmed in delphi. These both 3 files have import and export functions.
Finally the last 32 bit dll tells the program if the serial is correct or not. I have been trying to solve the protection algo for a week but i still have nothing. Becuase for me it is too complex to understand.
I found a function in both 3 protection files called CheckAccessCode. I try to “nop” the the calls of this function but unfortunatelly the program return an error that “Protection check not approved”.
These are my findings so,
Finally I need information about this protection algo. If some of you success in DialCops cracking please let me know. Any information will be fine. Thanks a lot.
THORAC
The file that is protected by DialCops is an Access mde file. The protection basic is time limitation and serial. The mde file has a module that is directly connected with the protection exe. With my finding on the protection i found 3 files took place on the protection. 1 of the file is a exe and it is programmed by Turbo pascal and it is 16bit. This exe connected by an 16 bit dll file and this 16 bit dll file connected to an 32bit dll file. These two dlls are programmed in delphi. These both 3 files have import and export functions.
Finally the last 32 bit dll tells the program if the serial is correct or not. I have been trying to solve the protection algo for a week but i still have nothing. Becuase for me it is too complex to understand.
I found a function in both 3 protection files called CheckAccessCode. I try to “nop” the the calls of this function but unfortunatelly the program return an error that “Protection check not approved”.
These are my findings so,
Finally I need information about this protection algo. If some of you success in DialCops cracking please let me know. Any information will be fine. Thanks a lot.
THORAC