deleted
Re: Does anti-debugger work for injected dlls?
VMProtect detects the debugger only at the beginning of the program execution. To detect a debugger during the execution of the program, you need to manually call the VMProtectIsDebuggerPresent function.