完整的汇编代码是这样
希望大佬帮我看看 感谢
[Asm] 纯文本查看 复制代码 00401004 <su | 55 | push ebp |
00401005 | 8BEC | mov ebp,esp |
00401007 | 6A 00 | push 0x0 |
00401009 | 6A 00 | push 0x0 |
0040100B | 6A 00 | push 0x0 |
0040100D | 68 04000080 | push 0x80000004 |
00401012 | 6A 00 | push 0x0 |
00401014 | 68 C8464900 | push test.4946C8 | 4946C8:"这是标题栏"
00401019 | 68 01030080 | push 0x80000301 |
0040101E | 6A 00 | push 0x0 |
00401020 | 68 00000000 | push 0x0 |
00401025 | 68 04000080 | push 0x80000004 |
0040102A | 6A 00 | push 0x0 |
0040102C | 68 D3464900 | push test.4946D3 | 4946D3:"我是信息"
00401031 | 68 04000000 | push 0x4 |
00401036 | BB 80114000 | mov ebx,0x401180 |
0040103B | E8 76000000 | call 0x4010B6 |
00401040 | 83C4 34 | add esp,0x34 |
00401043 | 8BE5 | mov esp,ebp |
00401045 | 5D | pop ebp |
00401046 | C3 | ret |
|