SkillAgentSearch skills...

Cosos

CoSoS - Cousin of Son of Strike - WinDbg plugin

Install / Use

/learn @krk/Cosos
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 text output

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

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

gcview Qt window

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

gcview dump-101 gcview dump-101-gc

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1mo ago
Forks0

Languages

C++

Security Score

85/100

Audited on Feb 10, 2026

No findings