谁知道c++6.0下vmp保护代码的sdk在哪下载
int GetMaxCount(int a,int b)
{
VMProtectBegin//开始保护
int c = a+b;
if(c> 100)
{
return a;
}
VMProtectEnd//保护结束
return c;
}
int _tmain(int argc, _TCHAR* argv[])
{
int c = GetMaxCount(11,10);
printf("max count :%d \n",c);
return 0;
}
希望各位帮我看看,我已经下载很多vc98了还是不行
[解决办法]
你要正版还是。。?