Skip to content

Instantly share code, notes, and snippets.

View itssimple's full-sized avatar

NoLifeKing itssimple

View GitHub Profile
@nickfloyd
nickfloyd / windbg_memory.txt
Last active May 25, 2023 12:22
windbg commands for finding memory leaks
From:
http://blogs.msdn.com/b/paullou/archive/2011/06/28/debugging-managed-code-memory-leak-with-memory-dump-using-windbg.aspx
#Set symbols File >> Symbol File path
SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
.reload
.loadby sos clr or .loadby sos mscorwks!