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
- Host: GitHub
- URL: https://github.com/kevingosse/windbg-extensions
- Owner: kevingosse
- License: mit
- Created: 2017-09-17T13:18:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T20:46:28.000Z (about 2 years ago)
- Last Synced: 2025-03-30T08:11:48.693Z (2 months ago)
- Topics: windbg, windbg-extension
- Language: HTML
- Size: 15.8 MB
- Stars: 99
- Watchers: 10
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 assistantTo 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/