Skip to content

GregTheDev/CorDebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C# Interoperability wrappers for the CorDebug library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages