Skip to content

tahadraidia/windbgext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windbgext

This is a C++ class designed to make it easier to create extensions for Windbg, which is a tool used for debugging software on Windows. It achieves this by using the functions and features provided by Dbgeng.h, a library that helps interact with the Debugging Engine API.

Compile

nmake.exe -f .\Makefile 

If you would like to see examples of how to integrate this class into your project, please refer to the following resources.

About

This is a C++ helper class that simplifies creating Windbg extensions by using Dbgeng.h Debugging Engine API capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published