microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
702 stars 118 forks source link

Question: Data Model Client Library Accessible To Rust #85

Open trustednstaller opened 1 year ago

trustednstaller commented 1 year ago

The client library DbgModelClientEx.h is an excellent abstraction to (relatively) quickly create powerful data model abstractions but is limited to c++ only. Are there future plans to support Rust bindings so when one wants to write Windbg Rust extensions, they have excellent support for creating/consuming data models without the COM madness?

### Tasks