/wbext

Example WinDbg extension written in C#

Primary LanguageC#GNU General Public License v3.0GPL-3.0

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.