Search found 2 matches

by ILDan
Wed Jul 17, 2019 6:49 am
Forum: Technical questions
Topic: Intel C++ & VMProtect
Replies: 1
Views: 2431

Intel C++ & VMProtect

Hello, Intel C++ generates faster code than Visual Studio 2015's compiler. Therefore, I generated my .DLL with Intel C++ Compiler, tested it, and it worked. But after applying VMProtect, it fails to load (crashes). Compiling the same DLL with Visual Studio 2015's compiler, then applying VMProtect, w...
by ILDan
Fri Feb 01, 2019 12:35 pm
Forum: Technical questions
Topic: Memory protection option is slow?
Replies: 10
Views: 11287

Re: Memory protection option is slow?

I have exactly the same problem. Here's my code: // VMProtect options used: // Memory Protection: No // Import Protection: No // Debugger Detection: No // Virtualization Tools Detection: No #include <stdio.h> #include <conio.h> #include "VMProtectSDK.h" inline void myCoolFunction() { VMPro...