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

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

2021-1-14 09:44
2271

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


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
打赏
分享
最新回复 (2)
雪    币: 5392
活跃值: (4725)
能力值: ( LV5,RANK:65 )
在线值:
发帖
回帖
粉丝
gamehack 2021-1-14 10:25
2
0
不是有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);
自己找到看看,里面还有别的东西
雪    币: 772
活跃值: (977)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
ffashi 2021-1-15 02:07
3
0
gamehack 不是有SDK吗 VMProtectSDK.h // protection VMP_IMPORT void VMP_API VMProtectBegin(const char *); VMP_ ...
了解了,感谢!
游客
登录 | 注册 方可回帖
返回