//.........................01.........
004451C4 | 8B 0D B0 6D 44 00 |
mov
ecx
,
dword
ptr
ds
:[0x446DB0] | 00446DB0:
"|xD"
004451CA | A1 DC 6C 44 00 |
mov
eax
,
dword
ptr
ds
:[0x446CDC] |
004451CF | 8B 00 |
mov
eax
,
dword
ptr
ds
:[
eax
] |
004451D1 | 8B 15 70 4E 44 00 |
mov
edx
,
dword
ptr
ds
:[0x444E70] |
004451D7 | E8 A0 93 FF FF |
call
<tc.18.Forms.TApplication.CreateForm> |
NOP
掉 这句窗口加载
004451DC | 8B 0D D4 6D 44 00 |
mov
ecx
,
dword
ptr
ds
:[0x446DD4] | 00446DD4:
"txD"
//.........................02.........
00444D3B | E8 98 69 FF FF |
call
<tc.18.Forms.TCustomForm.Show> |
NOP
这句 调用显示From1
00444D40 | 6A 00 |
push
0x0 |
00444D42 | 66 8B 0D 58 4D 44 00 |
mov
cx
,
word
ptr
ds
:[0x444D58] |
00444D49 | B2 02 |
mov
dl
, 0x2 |
00444D4B | B8 64 4D 44 00 |
mov
eax
, <tc.18.sub_444D64> | 444D64:"I want to say hello to........
//.........................03.........
00444E2A | E8 A9 68 FF FF |
call
<tc.18.Forms.TCustomForm.Show> |
NOP
这句 调用显示From1
00444E2F | 8B C3 |
mov
eax
,
ebx
|
00444E31 | E8 EA 66 FF FF |
call
<tc.18.Forms.TCustomForm.Close> |