about me
Google_search
hot
latest
photos
links
delphi反跟踪
来源:来自网络 作者:不详 日期:2010-09-15 热度:你在Button1Click里面的Test()这行下断点.
按F8跟踪会显示完对话框就会退出.其他情况显示完对话框后正常执行.
procedure KillMe();
begin
Application.Terminate();
end;
procedure Test();
var
Msg : String;
begin
msg := '你好啊';
ShowMessage(Msg);
asm
mov eax, [ebp + 4]
mov ebx, [eax]
and ebx, $FF
sub ebx, $CC
jne @def
add eax,5
mov [ebp + 4], eax
@def:
end;
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
Test();
asm
jmp @def
nop
nop
nop
nop
call KillMe
@def:
end;
end;
↑ 返回顶部
Tags: Delphi MM
广告位招租,广告代号:gg468
↑ 返回顶部




![还你真实的开幕式!震撼美图[转]【连载】](/up_files/image/Article/2008/08/12/57015031.jpg)



