Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Dump of assembler code for function phase_1:
  2. 0x08049071 <+0>: push %ebp
  3. 0x08049072 <+1>: mov %esp,%ebp
  4. 0x08049074 <+3>: sub $0x18,%esp
  5. 0x08049077 <+6>: movl $0x804a49c,0x4(%esp)
  6. 0x0804907f <+14>: mov 0x8(%ebp),%eax
  7. 0x08049082 <+17>: mov %eax,(%esp)
  8. 0x08049085 <+20>: call 0x80490bb <strings_not_equal>
  9. 0x0804908a <+25>: test %eax,%eax
  10. 0x0804908c <+27>: je 0x8049093 <phase_1+34>
  11. => 0x0804908e <+29>: call 0x8049341 <explode_bomb>
  12. 0x08049093 <+34>: leave
  13. 0x08049094 <+35>: ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement