1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
08048384 <main>:
8048384: 8d 4c 24 04 lea 0x4(%esp),%ecx
8048388: 83 e4 f0 and $0xfffffff0,%esp
804838b: ff 71 fc pushl -0x4(%ecx)
804838e: 55 push %ebp
804838f: 89 e5 mov %esp,%ebp
8048391: 51 push %ecx
8048392: 83 ec 10 sub $0x10,%esp
8048395: 8d 45 f8 lea -0x8(%ebp),%eax
8048398: 83 c0 1c add $0x1c,%eax
804839b: 89 45 f8 mov %eax,-0x8(%ebp)
804839e: 8b 55 f8 mov -0x8(%ebp),%edx
80483a1: b8 14 a0 04 08 mov $0x804a014,%eax
80483a6: 89 02 mov %eax,(%edx)
80483a8: b8 00 00 00 00 mov $0x0,%eax
80483ad: 83 c4 10 add $0x10,%esp
80483b0: 59 pop %ecx
80483b1: 5d pop %ebp
80483b2: 8d 61 fc lea -0x4(%ecx),%esp
80483b5: c3 ret
80483b6: 90 nop |