首页
社区
课程
招聘
未解决 [求助] VMP 壳 标记有几种?
发表于: 2021-1-14 09:44 2415

未解决 [求助] VMP 壳 标记有几种?

2021-1-14 09:44
2415

通常使用的是
jmp 0x10
VMProtect Begin:
这种在 载入vmp的时候会自动选择 虚拟
有没有某种标记是可以载入的时候直接选择其他类型的?


[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 6254
活跃值: (5695)
能力值: ( LV5,RANK:65 )
在线值:
发帖
回帖
粉丝
2
不是有SDK吗   VMProtectSDK.h
// protection
VMP_IMPORT void VMP_API VMProtectBegin(const char *);
VMP_IMPORT void VMP_API VMProtectBeginVirtualization(const char *);
VMP_IMPORT void VMP_API VMProtectBeginMutation(const char *);
VMP_IMPORT void VMP_API VMProtectBeginUltra(const char *);
VMP_IMPORT void VMP_API VMProtectBeginVirtualizationLockByKey(const char *);
VMP_IMPORT void VMP_API VMProtectBeginUltraLockByKey(const char *);
VMP_IMPORT void VMP_API VMProtectEnd(void);
自己找到看看,里面还有别的东西
2021-1-14 10:25
0
雪    币: 772
活跃值: (992)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
gamehack 不是有SDK吗 VMProtectSDK.h // protection VMP_IMPORT void VMP_API VMProtectBegin(const char *); VMP_ ...
了解了,感谢!
2021-1-15 02:07
0
游客
登录 | 注册 方可回帖
返回
//