Page 1 of 1

Related to Virtualization Tools

Posted: Thu Mar 24, 2011 9:57 am
by Oleg
Hi!
Is there a possibility to allow for user run the program under a virtual machine, only if it is registered?

Re: Related to Virtualization Tools

Posted: Thu Mar 24, 2011 10:54 am
by Enigma
Hi Oleg, no, there is no such possibility, but, it is very easy to implement.

Latest version of Enigma (will be soon released) contains new Enigma API - EP_CheckupVirtualizationTools, this function allows to know if any VM are found.

So, you may write a simple plugin for Enigma that will check VM tools + registration and terminate process if program is under VM and not registered, or simply use this new function in your application.

New version is ready but not released, if you want to get it write me back at support@enigmaprotector.com

Re: Related to Virtualization Tools

Posted: Thu Mar 24, 2011 11:08 am
by Oleg
It's OK, I have a time to wait for official release.
Thanks!