Guest User

Untitled

a guest
Feb 24th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. gdb-peda$ disass 0x80485f9
  2. Dump of assembler code for function more:
  3. 0x080485f9 <+0>: push ebp
  4. 0x080485fa <+1>: mov ebp,esp
  5. 0x080485fc <+3>: sub esp,0x204
  6. 0x08048602 <+9>: push 0x80487e8
  7. 0x08048607 <+14>: call 0x8048470 <printf@plt>
  8. 0x0804860c <+19>: add esp,0x4
  9. 0x0804860f <+22>: push 0x8048801
  10. 0x08048614 <+27>: call 0x8048470 <printf@plt>
  11. 0x08048619 <+32>: add esp,0x4
  12. 0x0804861c <+35>: mov eax,ds:0x804a044
  13. 0x08048621 <+40>: push eax
  14. 0x08048622 <+41>: call 0x8048480 <fflush@plt>
  15. 0x08048627 <+46>: add esp,0x4
  16. 0x0804862a <+49>: lea eax,[ebp-0x201]
  17. 0x08048630 <+55>: push eax
  18. 0x08048631 <+56>: call 0x8048490 <gets@plt>
  19. 0x08048636 <+61>: add esp,0x4
  20. 0x08048639 <+64>: push 0x8048805
  21. 0x0804863e <+69>: call 0x8048470 <printf@plt>
  22. 0x08048643 <+74>: add esp,0x4
  23. 0x08048646 <+77>: mov eax,0x0
  24. 0x0804864b <+82>: leave
  25. 0x0804864c <+83>: ret
  26. End of assembler dump.
Add Comment
Please, Sign In to add comment