Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. gdb-peda$ disass func
  2. Dump of assembler code for function func:
  3. 0x0000062c <+0>: push ebp
  4. 0x0000062d <+1>: mov ebp,esp
  5. 0x0000062f <+3>: sub esp,0x48
  6. 0x00000632 <+6>: mov eax,gs:0x14
  7. 0x00000638 <+12>: mov DWORD PTR [ebp-0xc],eax
  8. 0x0000063b <+15>: xor eax,eax
  9. 0x0000063d <+17>: mov DWORD PTR [esp],0x78c
  10. 0x00000644 <+24>: call 0x645 <func+25>
  11. 0x00000649 <+29>: lea eax,[ebp-0x2c]
  12. 0x0000064c <+32>: mov DWORD PTR [esp],eax
  13. 0x0000064f <+35>: call 0x650 <func+36>
  14. 0x00000654 <+40>: cmp DWORD PTR [ebp+0x8],0xcafebabe
  15. 0x0000065b <+47>: jne 0x66b <func+63>
  16. 0x0000065d <+49>: mov DWORD PTR [esp],0x79b
  17. 0x00000664 <+56>: call 0x665 <func+57>
  18. 0x00000669 <+61>: jmp 0x677 <func+75>
  19. 0x0000066b <+63>: mov DWORD PTR [esp],0x7a3
  20. 0x00000672 <+70>: call 0x673 <func+71>
  21. 0x00000677 <+75>: mov eax,DWORD PTR [ebp-0xc]
  22. 0x0000067a <+78>: xor eax,DWORD PTR gs:0x14
  23. 0x00000681 <+85>: je 0x688 <func+92>
  24. 0x00000683 <+87>: call 0x684 <func+88>
  25. 0x00000688 <+92>: leave
  26. 0x00000689 <+93>: ret
  27. End of assembler dump.
  28. gdb-peda$