Advertisement
Guest User

Untitled

a guest
Dec 27th, 2010
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. nt!RtlpBreakWithStatusInstruction:
  2. 8052a5d8 cc int 3
  3. 0: kd> t
  4. nt!RtlpBreakWithStatusInstruction+0x1:
  5. 8052a5d9 c20400 ret 4
  6. 0: kd> t
  7. nt!KiBugCheckDebugBreak+0x19:
  8. 804f8afd eb59 jmp nt!KiBugCheckDebugBreak+0x74 (804f8b58)
  9. 0: kd> t
  10. nt!KiBugCheckDebugBreak+0x74:
  11. 804f8b58 834dfcff or dword ptr [ebp-4],0FFFFFFFFh
  12. 0: kd> t
  13. nt!KiBugCheckDebugBreak+0x78:
  14. 804f8b5c 837d0803 cmp dword ptr [ebp+8],3
  15. 0: kd> t
  16. nt!KiBugCheckDebugBreak+0x7c:
  17. 804f8b60 7590 jne nt!KiBugCheckDebugBreak+0xe (804f8af2)
  18. 0: kd> t
  19. nt!KiBugCheckDebugBreak+0x7e:
  20. 804f8b62 e844200400 call nt!_SEH_epilog (8053abab)
  21. 0: kd> t
  22. nt!_SEH_epilog:
  23. 8053abab 8b4df0 mov ecx,dword ptr [ebp-10h]
  24. 0: kd> t
  25. nt!_SEH_epilog+0x3:
  26. 8053abae 64890d00000000 mov dword ptr fs:[0],ecx
  27. 0: kd> t
  28. nt!_SEH_epilog+0xa:
  29. 8053abb5 59 pop ecx
  30. 0: kd> t
  31. nt!_SEH_epilog+0xb:
  32. 8053abb6 5f pop edi
  33. 0: kd> t
  34. nt!_SEH_epilog+0xc:
  35. 8053abb7 5e pop esi
  36. 0: kd> t
  37. nt!_SEH_epilog+0xd:
  38. 8053abb8 5b pop ebx
  39. 0: kd> t
  40. nt!_SEH_epilog+0xe:
  41. 8053abb9 c9 leave
  42. 0: kd> t
  43. nt!_SEH_epilog+0xf:
  44. 8053abba 51 push ecx
  45. 0: kd> t
  46. nt!_SEH_epilog+0x10:
  47. 8053abbb c3 ret
  48. 0: kd> t
  49. nt!KiBugCheckDebugBreak+0x83:
  50. 804f8b67 c20400 ret 4
  51. 0: kd> t
  52. nt!KeBugCheck2+0x574:
  53. 804f96e8 e8cf790000 call nt!KeDisableInterrupts (805010bc)
  54. 0: kd> t
  55. nt!KeDisableInterrupts:
  56. 805010bc 9c pushfd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement