Search found 1 match

by Immortale
Thu Jul 04, 2024 10:42 am
Forum: Technical questions
Topic: Does anti-debugger work for injected dlls?
Replies: 2
Views: 4455

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.