https://github.com/seeminglyscience/clrdebug
Cross platform wrappers for the ICorDebug API using calli.
https://github.com/seeminglyscience/clrdebug
Last synced: 12 months ago
JSON representation
Cross platform wrappers for the ICorDebug API using calli.
- Host: GitHub
- URL: https://github.com/seeminglyscience/clrdebug
- Owner: SeeminglyScience
- Created: 2019-09-17T01:27:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T16:59:58.000Z (over 6 years ago)
- Last Synced: 2025-01-02T19:42:11.538Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 418 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClrDebug
Work in progress library of cross platform wrappers for the `ICorDebug` API. Instead of builtin COM
interop, `calli` instructions are used to directly invoke vtable slots.