Toto
February 2nd, 2002, 21:36
I bought a program on a CD and this program is invaluable for me
I noticed that the program runs from the CD after I installed it
I tried to copy it to hard disk and install it from there when it gave me the message "Please insert the original CDROM in drive"
When I made any break point in softice it crashed
When I used the debug registers to break it made something so strange; it didn't break at all
In the CD I found a hidden folder called "laserlok" containing 4 files which can't be opened or read
I was able to find that the protection doesn't exist in the main exe but in a separate dll which is called by the exe (function is called "CallDLL"
I also tried to make my own dll with the same function but it crashed and gave me the message "Stack overflow"
Can any 1 help ?
At least I want it to not disable my breakpoints
Please be as simple as possible because I am a very newbie
I noticed that the program runs from the CD after I installed it
I tried to copy it to hard disk and install it from there when it gave me the message "Please insert the original CDROM in drive"
When I made any break point in softice it crashed
When I used the debug registers to break it made something so strange; it didn't break at all
In the CD I found a hidden folder called "laserlok" containing 4 files which can't be opened or read
I was able to find that the protection doesn't exist in the main exe but in a separate dll which is called by the exe (function is called "CallDLL"

I also tried to make my own dll with the same function but it crashed and gave me the message "Stack overflow"
Can any 1 help ?
At least I want it to not disable my breakpoints
Please be as simple as possible because I am a very newbie