squidge
February 18th, 2003, 17:05
When an ASProtect protected application is loaded by the ASProtect loader, as the application protected with it is called once before OEP, what is this called is asprotect-speak ? 
As in, it calls some routine in the app, and then calls the OEP after returning back to ASProtect code.
This seems to be setting some flags in the main protected program, so I was just wondering what option(s) in ASProtect caused this to happen? Don't see anything in the current ASProtect docs.
As in, it calls some routine in the app, and then calls the OEP after returning back to ASProtect code.
This seems to be setting some flags in the main protected program, so I was just wondering what option(s) in ASProtect caused this to happen? Don't see anything in the current ASProtect docs.

 - there really isn't a "setting" in asprotect to do this, it basically looks for predefined names of exported functions in your program and if it finds them it uses them. (Such as GetNumberOfDays, etc).
 - there really isn't a "setting" in asprotect to do this, it basically looks for predefined names of exported functions in your program and if it finds them it uses them. (Such as GetNumberOfDays, etc).
 Anywayz nice to see some old faces around ... BTW, did you checkout the latest CV ...
 Anywayz nice to see some old faces around ... BTW, did you checkout the latest CV ...  , so it will use GetTickCount as random scheme to destroy zip/exe files. If the procedure at 004645D6 always returns 1, every downloaded zip file will be destroyed, even in Pro version(Pro is not packed). This GetTickCount trick was discovered long time ago, but I just couldn't understand the meaning of 004DDDCC. Now it's clear
 , so it will use GetTickCount as random scheme to destroy zip/exe files. If the procedure at 004645D6 always returns 1, every downloaded zip file will be destroyed, even in Pro version(Pro is not packed). This GetTickCount trick was discovered long time ago, but I just couldn't understand the meaning of 004DDDCC. Now it's clear