首页
社区
课程
招聘
有中文版或者英文版的VMProtect的使用手册吗[求助]
发表于: 2006-6-15 14:59 5995

有中文版或者英文版的VMProtect的使用手册吗[求助]

2006-6-15 14:59
5995
在论坛里搜索了一下VMProtect,还没看到有比较完整的使用说明或者手册之类的东西,都是简单介绍如何操作的。俄文的网站又看不懂,就只能发贴看大侠们有没有了。
另外,再顺便问一下,有用VMProtect加过Dll的吗,能不能加dll的PROCESS_ATTACH部分?

[课程]Android-CTF解题方法汇总!

收藏
免费 0
支持
分享
最新回复 (11)
雪    币: 44229
活跃值: (19955)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
2
VMProtect可以处理DLL的。
http://bbs.pediy.com/showthread.php?s=&threadid=20317
http://bbs.pediy.com/showthread.php?s=&threadid=20324
http://bbs.pediy.com/showthread.php?s=&threadid=22623
2006-6-15 15:09
0
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
3
多谢版主
烦请再问版主,在VMProtect保护的代码中存在try .. except控制有影响吗?
2006-6-15 15:20
0
雪    币: 44229
活跃值: (19955)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
4
最初由 justlovemm 发布
多谢版主
烦请再问版主,在VMProtect保护的代码中存在try .. except控制有影响吗?

应不会有,具体不清楚。
你自己写个小程序做个实验看看。
2006-6-15 15:22
0
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
5
多谢!
下来我去试试,不过还要把那个delphi的宏变为VC的,好像没有看到论坛上有VC的VMProtect的宏
2006-6-15 15:27
0
雪    币: 182
活跃值: (55)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
6
VMP不稳定。。。要追求稳定的程序就不要加。加了可能会莫名出错。不过重新加几次又会好。。。具体原因不明。
2006-6-15 15:44
0
雪    币: 44229
活跃值: (19955)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
7
最初由 justlovemm 发布
多谢!
下来我去试试,不过还要把那个delphi的宏变为VC的,好像没有看到论坛上有VC的VMProtect的宏


#define  VMBEGIN
                  __asm _emit 0xEB \
                __asm _emit 0x10 \
                __asm _emit 0x56 \
                __asm _emit 0x4D \
                __asm _emit 0x50 \
                __asm _emit 0x72 \
                __asm _emit 0x6F \
                __asm _emit 0x74 \
                __asm _emit 0x65 \
                __asm _emit 0x63 \
                __asm _emit 0x74 \
                __asm _emit 0x20 \
                __asm _emit 0x62 \
                __asm _emit 0x65 \
                __asm _emit 0x67 \
                __asm _emit 0x69 \
                __asm _emit 0x6E \
                __asm _emit 0x00

#define  VMEND
                __asm _emit 0xEB \
                __asm _emit 0x0E \
                __asm _emit 0x56 \
                __asm _emit 0x4D \
                __asm _emit 0x50 \
                __asm _emit 0x72 \
                __asm _emit 0x6F \
                __asm _emit 0x74 \
                __asm _emit 0x65 \
                __asm _emit 0x63 \
                __asm _emit 0x74 \
                __asm _emit 0x20 \
                __asm _emit 0x65 \
                __asm _emit 0x6E \
                __asm _emit 0x64 \
                __asm _emit 0x00
2006-6-15 15:52
0
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
8
晕倒,我刚写好,准备放上来呢
2006-6-15 15:53
0
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
9
再问一下,VMProtect有没有命令行的参数说明?
2006-6-15 15:56
0
雪    币: 44229
活跃值: (19955)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
10
最初由 justlovemm 发布
再问一下,VMProtect有没有命令行的参数说明?


你写封信问下作者。
试了一下,好像没太多的提示:
Usage: vmprotect_con.exe File [Output file] [-wm Watermark name]
2006-6-15 16:17
0
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
11
多谢版主,用英文写信就可以了吧?

晕倒,命令行上看不到什么帮助
2006-6-15 16:27
0
雪    币: 427
活跃值: (412)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
12
VMP 如果被咔吧追杀,将全军覆没。结局跟EXEC一样。咔吧特征字提取技术我认为是最高的。
2006-6-15 21:17
0
游客
登录 | 注册 方可回帖
返回
//