Awesome
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/