| VMProtectQ: What limitations does the demo version have?A: The demo version has the following limitations:
 
 Q: What is the difference between the Lite and Professional versions?Protection options are unavailableNo bytecode encryptionNo bytecode obfuscationIt is possible to protect only one procedureThe VM interpreter is not transformed
 A: The Lite version differs in the following:
 
 Only the "Wizard" mode is availableIt is impossible to insert watermarks into the protected applicationNo console mode
 Q: Is it possible to encrypt strings and data arrays automatically?A: Starting from version 1.5, VMProtect can protect string constants. All other data the code that is being processed works with remains in its original form. It is recommended to store all confidential information encrypted and decrypt it right before it is used. It is possible to process the decryptor with VMProtect.
 Q: Is it possible to protect procedures that are called from different threads of my application?A: VMProtect completely supports multithreaded applications.
 Q: When I protect procedures in the driver, I see the message "The section ".text" is in the area of creating a new section". What can you recommend in this situation?A: You should increase the value of alignment for sections in the settings of your compiler.
 Q: Is it possible to use VMProtect with another protector (packer)?A: After you protect the necessary parts of code with VMProtect, you can use any protector (packer). Starting from version 1.6, VMProtect can pack output file.
 |