OllyDBG 1.10 Anti单步
.386.model flat,stdcall
option casemap:none
include windows.inc
include kernel32.inc
include user32.inc
includelib user32.lib
includelib kernel32.lib
.data
MsgBoxInfo db '你已经被Anti了单步..',0
MsgBoxInfo2 db '嗯...没发现单步...',0
.code
start:
db 0F3h ;prefix rep .....
pushfd
pushfd
mov eax,
mov ecx,
.if eax!=ecx
invoke MessageBox,NULL,offset MsgBoxInfo,offset MsgBoxInfo,MB_OK
.else
invoke MessageBox,NULL,offset MsgBoxInfo2,offset MsgBoxInfo2,MB_OK
.endif
invoke ExitProcess,0
end start
被新版vmp搞了一下 坑 唔 大牛您所说的新版
貌似是哪个版本?{:1_936:}
Sound 发表于 2012-5-26 13:32 static/image/common/back.gif
唔 大牛您所说的新版
貌似是哪个版本?
2.11....... Sound 发表于 2012-5-26 13:32 static/image/common/back.gif
唔 大牛您所说的新版
貌似是哪个版本?
我刚学脱壳没多久.. 进来学习一下了,感谢分享了 是新版vmp吗?没遇到过,感谢分享 201724 发表于 2012-5-26 13:34 static/image/common/back.gif
2.11.......
不太清楚...貌似2.09也有...= =我好想Out了..
页:
[1]