Registered macro

<< Click to Display Table of Contents >>

Navigation:  WinLicense > SecureEngine® Macros >

Registered macro

The REGISTERED macro allows you to mark regions of code that will be executed when your application is registered. If your application is not registered, these regions of code will be kept encrypted. When your application is registered and one of these regions of code is going to be executed, SecureEngine® will decrypt that region of code with the registration information from the present license key. This macro offers a strong technique to avoid attackers from retrieving the encrypted block without having a valid license key.

 

NOTE:The current version of SecureEgine® does not support this function to be called for .NET languages or Visual Basic compiled in PCode mode.

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