Unprotected macro

<< Click to Display Table of Contents >>

Navigation:  Code Virtualizer > SecureEngine Macros >

Unprotected macro

The UNPROTECTED macro allows you to mark regions of code that will be ONLY executed when your application is not yet protected. Once your application is protected, the code inside the macro will not be executed, basically the code inside the macro markers is destroyed and jumped to avoid execution. This macro might be suitable to avoid releasing unprotected applications by mistake.

 

Click to expand/collapseShow Delphi Macro Usage
Click to expand/collapseShow C/C++ Macro Usage