<< Click to Display Table of Contents >> SecureEngineInitialize |
This function is called when the protection starts, before your application has been processed (decrypted, decompressed, etc) to be executed in memory. This can be a good place if you want to add your own protection checks, etc.
Return Values
If your callback returns FALSE, the application will be terminated. If it returns TRUE, the protection will continue execution.