Created
June 3, 2020 18:53
-
-
Save kbbgl/39230669bad478814fdb57d4812ae276 to your computer and use it in GitHub Desktop.
[initialize windbg and retrieve dump of memory with objects] #memorydump #windbg #windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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