goldshtn / wbext

Example WinDbg extension written in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wbext

This is an example WinDbg extension written in C#. It doesn't offer very interesting functionality -- it has a !wb command that navigates to an HTTP URL and displays the result as a string in the debugger output window.

This extension is largely based on Rodney Viana's sample, licensed under the GPL.

About

Example WinDbg extension written in C#

License:GNU General Public License v3.0


Languages

Language:C# 100.0%