Guest User

Untitled

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1.  
  2. samples_d.o: file format elf32-i386
  3.  
  4.  
  5. Disassembly of section .text:
  6.  
  7. 00000000 <.text>:
  8. 0: c3 ret
  9. 1: 60 pusha
  10. 2: b8 12 00 00 00 mov eax,0x12
  11. 7: b9 00 00 00 00 mov ecx,0x0
  12. c: 8b 11 mov edx,DWORD PTR [ecx]
  13. e: 89 10 mov DWORD PTR [eax],edx
  14. 10: 89 01 mov DWORD PTR [ecx],eax
  15. 12: 61 popa
  16. 13: c3 ret
  17.  
  18. Disassembly of section .text._D9samples_d3fooFPvZv:
  19.  
  20. 00000000 <_D9samples_d3fooFPvZv>:
  21. 0: 55 push ebp
  22. 1: 8b ec mov ebp,esp
  23. 3: 83 ec 04 sub esp,0x4
  24. 6: c9 leave
  25. 7: c3 ret
  26.  
  27. Disassembly of section .text._D9samples_d3bazFZv:
  28.  
  29. 00000000 <_D9samples_d3bazFZv>:
  30. 0: 55 push ebp
  31. 1: 8b ec mov ebp,esp
  32. 3: 65 a1 00 00 00 00 mov eax,gs:0x0
  33. 9: 8b 0d 00 00 00 00 mov ecx,DWORD PTR ds:0x0
  34. f: 8b 04 08 mov eax,DWORD PTR [eax+ecx*1]
  35. 12: e8 fc ff ff ff call 13 <_D9samples_d3bazFZv+0x13>
  36. 17: 5d pop ebp
  37. 18: c3 ret
  38. 19: 90 nop
  39. 1a: 90 nop
  40. 1b: 90 nop
  41.  
  42. Disassembly of section .text._Dmain:
  43.  
  44. 00000000 <_Dmain>:
  45. 0: 55 push ebp
  46. 1: 8b ec mov ebp,esp
  47. 3: 31 c0 xor eax,eax
  48. 5: 5d pop ebp
  49. 6: c3 ret
Add Comment
Please, Sign In to add comment