cosos
cosos copied to clipboard
CoSoS - Cousin of Son of Strike
CoSoS - Cousin of Son of Strike
A WinDbg extension to visualize 32bit native heap and CLR heap in a similar manner to vmmap.
- Tested with WinDbg 10.0 x86
- Does not work with 64bit dumps.
- Requires SoS extension to be loaded.
- Works with dump files and live debugging session.
Usage:
- .load cosos
- !waitingforobjects - Finds kernel objects that are waited upon by threads.

-
!wfo c:\waitchains\waitchain.dot - Writes wait-chain information to a Graphviz dot file.

-
!gcview shows the heap map in a Qt5.5 window.

- !gcview c:\images\dump-101 saves native heap as dump-101.png and GC heap as dump-101-gc.png
