rifatx / DnExt

Managed WinDbg extension for .NET framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A managed WinDbg extension for .NET debugging and dump analysis

Implemented functions

Clr

  • !clrversions: List CLR versions
  • !setclrversion: Set active CLR version for current session

Modules

  • !getmodules: List and save loaded modules
  • !savemanagedmodule: Save a single module

Managed Heap

  • !heapstat: Prints simple statistics about objects on heap

System.DataSet

  • !dumpdataset: Dump the DataSet at given address to list its tables
  • !dumpdatatable: Dump the DataTable at given address

Manual

You can run !command -? to see detailed help for the given command.

About

Managed WinDbg extension for .NET framework


Languages

Language:C# 100.0%