Intel C++ & VMProtect
Posted: Wed Jul 17, 2019 6:49 am
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, works. Any ideas how I can solve this problem? If needed, I can send the unprotected .DLL.