Skip to content

Instantly share code, notes, and snippets.

@kbbgl
Created June 3, 2020 18:53
Show Gist options
  • Save kbbgl/39230669bad478814fdb57d4812ae276 to your computer and use it in GitHub Desktop.
Save kbbgl/39230669bad478814fdb57d4812ae276 to your computer and use it in GitHub Desktop.
[initialize windbg and retrieve dump of memory with objects] #memorydump #windbg #windows
# load symbols
.loadby sos clr
# command will give you a list of all of your objects, how many of each type, and how much memory each is using
!dumpheap –stat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment