Skip to content

Instantly share code, notes, and snippets.

@alexandrnikitin
Last active May 24, 2016 20:27
Show Gist options
  • Save alexandrnikitin/9e901e623e24950c7c58 to your computer and use it in GitHub Desktop.
Save alexandrnikitin/9e901e623e24950c7c58 to your computer and use it in GitHub Desktop.
Windbg commands
sxe ld:mscorlib
g
.loadby sos clr
// .loadby sos mscorwks
sxe ld:clrjit
// sxe ld:mscorjit
g
!threads
!dumpdomain
!dumpdomain 000000a930db1d10
!dumpmodule -mt 00007ffc5b172fc8
!dumpmt -md 00007ffc5b174028
!bpmd -md 00007ffc5b174010
!u eip
!dumpmd 000007fa66f83878
!dumpil 000007fa670a0270
!U 000007fa670a0270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment