WinDbg Extensions NetExt

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

NetExt is an extension for .NET which provides

  • LINQ-like queries for objects on the heap (!wselect, !wfrom)
  • display capabilities for special objects like dictionaries and hash tables (!wdict, !whash)
  • ASP.NET / HTTP related commands (!wcookie, !wruntime, !whttp)
  • several other network related commands

Typically, the extension is not available side by side to any other DLL, so it is usually loaded with .load x:\full\path\to\netext.dll



Got any WinDbg Question?