Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_CheckupVirtualizationTools

The EP_CheckupVirtualizationTools function allows checking if the file is started under any of the known Virtualization Tools like VMWare/VirtualBox/VirtualPC. Note that you have to enable the CHECK-UP - Virtualization Tools feature, select the necessary virtualization tools you would like to check and disable the Terminate Execution option.

Return Value

The function returns 1 (true) if the file is started under any virtualization tool or 0 (false) if the function fails. See the Remark section below for the cases of function failure.

Remark

The function fails in the following cases:

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall BOOL EP_CheckupVirtualizationTools();

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

Examples

Show/Hide Delphi function example

See function examples in the installation folder, Examples\CheckVirtualizationTools subfolder.