Contents
Protection method
This section allows you to choose the protection method. There are two methods available in the program:

This method allows you to preserve compatibility if you have packed your program by some other packer. In any other case it is not recommended to use this method because it does not provide any protection.
A very powerful technology for program protection against unpacking and cracking. Its main idea is that part of the code located after the entry point (from 10 to 500 bytes depending on the set of commands) is translated into metamorphic instructions and then partially compiled into the code that only the VM interpreter understands (if the "Convert stolen bytes to VM" option is enabled). This option provides the program with powerful protection against cracking because it will be extremely difficult for a cracker to find the entry point and unpack it.
|