Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. 00001070 <_start>:
  2. 1070: 31 ed xor ebp,ebp
  3. 1072: 5e pop esi
  4. 1073: 89 e1 mov ecx,esp
  5. 1075: 83 e4 f0 and esp,0xfffffff0
  6. 1078: 50 push eax
  7. 1079: 54 push esp
  8. 107a: 52 push edx
  9. 107b: e8 22 00 00 00 call 10a2 <_start+0x32>
  10. 1080: 81 c3 80 2f 00 00 add ebx,0x2f80
  11. 1086: 8d 83 50 d4 ff ff lea eax,[ebx-0x2bb0]
  12. 108c: 50 push eax
  13. 108d: 8d 83 f0 d3 ff ff lea eax,[ebx-0x2c10]
  14. 1093: 50 push eax
  15. 1094: 51 push ecx
  16. 1095: 56 push esi
  17. 1096: ff b3 f8 ff ff ff push DWORD PTR [ebx-0x8]
  18. 109c: e8 9f ff ff ff call 1040 <__libc_start_main@plt>
  19. 10a1: f4 hlt
  20. 10a2: 8b 1c 24 mov ebx,DWORD PTR [esp]
  21. 10a5: c3 ret
  22. 10a6: 66 90 xchg ax,ax
  23. 10a8: 66 90 xchg ax,ax
  24. 10aa: 66 90 xchg ax,ax
  25. 10ac: 66 90 xchg ax,ax
  26. 10ae: 66 90 xchg ax,ax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement