Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. 0x5655562c <+0>: push ebp
  2. 0x5655562d <+1>: mov ebp, esp
  3.  
  4. 0x5655562f <+3>: sub esp, 0x48
  5.  
  6. 0x56555632 <+6>: mov eax, gs:0x14
  7. 0x56555638 <+12>: mov DWORD PTR [ebp-0xc], eax
  8. 0x5655563b <+15>: xor eax, eax
  9.  
  10. 0x5655563d <+17>: mov DWORD PTR [esp], 0x5655578c
  11. 0x56555644 <+24>: call 0xf7e53b40 <puts>
  12.  
  13. 0x56555649 <+29>: lea eax, [ebp-0x2c]
  14. 0x5655564c <+32>: mov DWORD PTR [esp], eax
  15. 0x5655564f <+35>: call 0xf7e532b0 <gets>
  16.  
  17. 0x56555654 <+40>: cmp DWORD PTR [ebp+0x8], 0xcafebabe
  18. 0x5655565b <+47>: jne 0x5655566b <func+63>
  19.  
  20. 0x5655565d <+49>: mov DWORD PTR [esp], 0x5655579b
  21. 0x56555664 <+56>: call 0xf7e29200 <system>
  22. 0x56555669 <+61>: jmp 0x56555677 <func+75>
  23.  
  24. 0x5655566b <+63>: mov DWORD PTR [esp], 0x565557a3
  25. 0x56555672 <+70>: call 0xf7e53b40 <puts>
  26.  
  27. 0x56555677 <+75>: mov eax, DWORD PTR [ebp-0xc]
  28. 0x5655567a <+78>: xor eax, DWORD PTR gs:0x14
  29. 0x56555681 <+85>: je 0x56555688 <func+92>
  30. 0x56555683 <+87>: call 0xf7ef5b60 <__stack_chk_fail>
  31.  
  32. 0x56555688 <+92>: leave
  33. 0x56555689 <+93>: ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement