VMProtect Driver error by VS2017
Posted: Sat Apr 28, 2018 1:44 pm
Code: Select all
#include "VMProtectDDK.h"
......
KdPrint((VMProtectDecryptStringA("DriverEntry..... \n")));do you have some example for protect driver...thanks vevrymuch.
Code: Select all
#include "VMProtectDDK.h"
......
KdPrint((VMProtectDecryptStringA("DriverEntry..... \n")));Code: Select all
#ifdef _WIN64
#pragma comment(lib, "VMProtectDDK64.lib")
#else
#pragma comment(lib, "VMProtectDDK32.lib")
#endif // _WIN64