Project Description
Interoperability wrappers for the CorDebug library.
CorDebug is a Microsoft provided API that enables a debugger to debug code that runs in the common language runtime (CLR) environment. It also enables static analysis of crash dumps of processes running the CLR.
The aim of this project is to provide a C# interoperability wrapper around the CorDebug COM API.
Note: priority is given to functionality that can be used for static analysis of crash dumps first. Live debugging functionality e.g. steppers, breakpoints etc will follow. For detailed information on available interfaces and functions see the documentation.
Contributions, requests and comments are welcome in the issues section.