Advertisement
Guest User

Untitled

a guest
May 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. AX: 0x363836 ('686')
  2. EBX: 0x0
  3. ECX: 0x0
  4. EDX: 0xb7fba000 --> 0x1b2db0
  5. ESI: 0x6a11a
  6. EDI: 0xbfffedf4 --> 0xffffffff
  7. EBP: 0xbffff1d8 --> 0xbffff6e8 --> 0xbffff728 --> 0xbffff748 --> 0x0
  8. ESP: 0xbfffe140 --> 0xbffff7f4 --> 0xbffff973 ("/root/pcli")
  9. EIP: 0xb7e48c9d (<printf_positional+8045>: mov DWORD PTR [eax],esi)
  10. EFLAGS: 0x10246 (carry PARITY adjust ZERO sign trap INTERRUPT direction overflow)
  11. [-------------------------------------code-------------------------------------]
  12. 0xb7e48c92 <printf_positional+8034>: test ecx,ecx
  13. 0xb7e48c94 <printf_positional+8036>:
  14. jne 0xb7e48e20 <printf_positional+8432>
  15. 0xb7e48c9a <printf_positional+8042>: mov esi,DWORD PTR [ebp+0x10]
  16. => 0xb7e48c9d <printf_positional+8045>: mov DWORD PTR [eax],esi
  17. 0xb7e48c9f <printf_positional+8047>:
  18. jmp 0xb7e472f2 <printf_positional+1474>
  19. 0xb7e48ca4 <printf_positional+8052>:
  20. call 0xb7e6ece0 <_IO_vtable_check>
  21. 0xb7e48ca9 <printf_positional+8057>:
  22. jmp 0xb7e4777b <printf_positional+2635>
  23. 0xb7e48cae <printf_positional+8062>: test ecx,ecx
  24. [------------------------------------stack-------------------------------------]
  25. 0000| 0xbfffe140 --> 0xbffff7f4 --> 0xbffff973 ("/root/pcli")
  26. 0004| 0xbfffe144 --> 0x0
  27. 0008| 0xbfffe148 --> 0x0
  28. 0012| 0xbfffe14c --> 0xb7ffed00 --> 0x0
  29. 0016| 0xbfffe150 --> 0x0
  30. 0020| 0xbfffe154 --> 0x0
  31. 0024| 0xbfffe158 --> 0x80484a7 (<argshow+12>: add ebx,0x1b59)
  32. 0028| 0xbfffe15c --> 0x0
  33. [------------------------------------------------------------------------------]
  34. Legend: code, data, rodata, value
  35. Stopped reason: SIGSEGV
  36. 0xb7e48c9d in printf_positional (
  37. s=s@entry=0xb7fbad60 <_IO_2_1_stdout_>,
  38. format=format@entry=0xbffff97e "\024\240\004\bAAAABBBBCCCC%151$434442x%151$n", 'W' <repeats 166 times>...,
  39. readonly_format=readonly_format@entry=0x0, ap=<optimized out>,
  40. ap_savep=<optimized out>, done=0x6a11a, nspecs_done=0x1,
  41. lead_str_end=<optimized out>, work_buffer=<optimized out>,
  42. save_errno=<optimized out>, grouping=<optimized out>,
  43. thousands_sep=<optimized out>) at vfprintf.c:2027
  44. 2027 vfprintf.c: No such file or directory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement