goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

Dependency on CLRMD fork? #59

Closed stej closed 7 years ago

stej commented 7 years ago

This looks like tool with impressive abilities, so thanks for that. What rises some questions in my head is that it depends on custom fork of CLRMD which might go it's own way from the oficial CLRMD branch. What was the reason why you made your fork? Is it possible to push the changes into the oficial repo?

goldshtn commented 7 years ago

You can see all the commits here: https://github.com/goldshtn/clrmd/commits/master

There are some bug fixes, and some feature enhancements. The Microsoft fork is not very actively maintained, and it would take time to get features merged into it that we didn't have when building msos. Indeed, these may be submitted as PRs or fixed separately in some future version of the official library.

goldshtn commented 7 years ago

Closing this due to inactivity.