Guest User

Untitled

a guest
May 8th, 2019
2,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. (gdb) disass hacker
  2. Dump of assembler code for function hacker:
  3. 0x565561b9 <+0>: push ebp
  4. 0x565561ba <+1>: mov ebp,esp
  5. 0x565561bc <+3>: push ebx
  6. 0x565561bd <+4>: sub esp,0x4
  7. 0x565561c0 <+7>: call 0x5655624f <__x86.get_pc_thunk.ax>
  8. 0x565561c5 <+12>: add eax,0x2e3b
  9. 0x565561ca <+17>: sub esp,0xc
  10. 0x565561cd <+20>: lea edx,[eax-0x1ff8]
  11. 0x565561d3 <+26>: push edx
  12. 0x565561d4 <+27>: mov ebx,eax
  13. 0x565561d6 <+29>: call 0x56556050 <puts@plt>
  14. 0x565561db <+34>: add esp,0x10
  15. 0x565561de <+37>: nop
  16. 0x565561df <+38>: mov ebx,DWORD PTR [ebp-0x4]
  17. 0x565561e2 <+41>: leave
  18. 0x565561e3 <+42>: ret
  19. End of assembler dump.
  20. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment