An open API service indexing awesome lists of open source software.

https://github.com/kevingosse/windbg-extensions

Extensions for the new WinDbg
https://github.com/kevingosse/windbg-extensions

windbg windbg-extension

Last synced: about 1 month ago
JSON representation

Extensions for the new WinDbg

Awesome Lists containing this project

README

        

# windbg-extensions
Set of extensions for the new WinDbg

- History tracking and multiple editor windows
- C# scripting with ClrMD/DynaMD
- AI assistant

To install them, checkout the project and run `./build Install`.

The plugins are copied to your `%LOCALAPPDATA%\DBG\UIExtensions` folder.

More information on how they work:

http://labs.criteo.com/2017/09/extending-new-windbg-part-1-buttons-commands/

http://labs.criteo.com/2018/01/extending-new-windbg-part-2-tool-windows-command-output/

http://labs.criteo.com/2018/05/extending-new-windbg-part-3-embedding-c-interpreter/