Advertisement
tyler569

ng crash but no crash

Nov 19th, 2019
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Nightingale shell
  2. $ crash
  3. usage: crash [option]
  4. -s: null deref (userland)
  5. -S: null deref (syscall)
  6. $ crash -s
  7. ** Segmentation fault **
  8. Thread: [3:2] ("crash") performed an access violation
  9. Attempted to access: data:0x0, Got: page not present
  10. Fault occured at 0x40011f
  11. rax: 0 r8 : ffffffffffffffff
  12. rbx: 7fffff001000 r9 : 0
  13. rcx: 0 r10: ffffffffffffffff
  14. rdx: 0 r11: 0
  15. rsp: 7ffffeffffb8 r12: 7fffff001000
  16. rbp: 7ffffeffffc8 r13: 0
  17. rsi: 400e10 r14: 0
  18. rdi: 7fffff011006 r15: 0
  19. rip: 40011f rfl: [ P Z I ] (246)
  20. cr3: 5cf000 pid: 3
  21. backtrace
  22. bp: 7ffffeffffc8 ip: 40011f
  23. bp: 7ffffeffffc8 ip: 400d21
  24. bp: 7ffffeffffe8 ip: 0
  25. -> 1
  26. $ crash -S
  27. Fault reading data:0x0 because page not present from kernel mode.
  28. NULL pointer access?
  29. Fault occured at 0xffffffff80108cb7
  30. rax: 0 r8 : ffffffffffffffff
  31. rbx: 31 r9 : 0
  32. rcx: 0 r10: ffffffff80108cb3
  33. rdx: 0 r11: 0
  34. rsp: fffffff00084ce70 r12: 0
  35. rbp: fffffff00084ceb8 r13: 0
  36. rsi: 0 r14: 0
  37. rdi: 0 r15: 0
  38. rip: ffffffff80108cb7 rfl: [ P Z I ] (246)
  39. cr3: 5f3000 pid: 3
  40. backtrace from: 0xfffffff00084ceb8
  41. (0xffffffff80108cb7) <sys_fault+0x4>
  42. (0xffffffff8010fc87) <syscall_handler+0x9c>
  43. (0xffffffff801101f7) <c_interrupt_shim+0x7e>
  44. (0xffffffff80107030) <interrupt_shim+0x30>
  45. end of memory
  46. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement