News Products Buy Forum FAQ Contacts
������� English

17.02.2008 - VMProtect 1.62 released
read more
13.01.2008 - VMProtect 1.61 released
read more
01.12.2007 - VMProtect 1.6 released
read more
23.10.2007 - New version - VMProtect Lite
read more
22.10.2007 - VMProtect 1.56 released
read more
Subscribe to news:
Subscribe

VMProtect

Q: What limitations does the demo version have?
A: The demo version has the following limitations:
  • Protection options are unavailable
  • No bytecode encryption
  • No bytecode obfuscation
  • It is possible to protect only one procedure
  • The VM interpreter is not transformed
Q: What is the difference between the Lite and Professional versions?
A: The Lite version differs in the following:
  • Only the "Wizard" mode is available
  • It is impossible to insert watermarks into the protected application
  • No 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.