项目作者: rifatx

项目描述 :
Managed WinDbg extension for .NET framework
高级语言: C#
项目地址: git://github.com/rifatx/DnExt.git
创建时间: 2020-11-07T13:36:29Z
项目社区:https://github.com/rifatx/DnExt

开源协议:

下载


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.