Search found 3 matches

by Robustelli
Wed Apr 10, 2024 7:47 am
Forum: Technical questions
Topic: VMProtectIsDebuggerPresent on v3.8.8.2040
Replies: 4
Views: 6669

Re: VMProtectIsDebuggerPresent on v3.8.8.2040

My bad... I wrongly defined bool as an int
Thanks for your quick support
by Robustelli
Wed Apr 10, 2024 7:33 am
Forum: Technical questions
Topic: VMProtectIsDebuggerPresent on v3.8.8.2040
Replies: 4
Views: 6669

Re: VMProtectIsDebuggerPresent on v3.8.8.2040

It's declared in WMProtectSDK.h

VMP_IMPORT bool VMP_API VMProtectIsDebuggerPresent(bool);
by Robustelli
Wed Apr 10, 2024 7:18 am
Forum: Technical questions
Topic: VMProtectIsDebuggerPresent on v3.8.8.2040
Replies: 4
Views: 6669

VMProtectIsDebuggerPresent on v3.8.8.2040

Hello there,

I noticed a different behavior using the function VMProtectIsDebuggerPresent with the latest revision v3.8.8.2040.
The function returns 256 (decimal) even though no debugger is running
Same project compiled with v3.8.7.xxx works correctly.
Can someone confirm ?