Skip to content

Replace CoreCLR DAC bridge with Rust#9

Merged
awakecoding merged 1 commit into
awakecoding:masterfrom
mamoreau-devolutions:rust-coreclr-dac
Jul 13, 2026
Merged

Replace CoreCLR DAC bridge with Rust#9
awakecoding merged 1 commit into
awakecoding:masterfrom
mamoreau-devolutions:rust-coreclr-dac

Conversation

@mamoreau-devolutions

Copy link
Copy Markdown
Contributor

Summary

  • host the matching CoreCLR DAC in-process through typed Rust COM interfaces
  • implement the DbgEng-backed ICLRDataTarget2 callback and retain managed method resolution
  • remove the C++ bridge, DLL packaging/staging, and CMake build path

Validation

  • cargo fmt --check
  • cargo test -p windbg-dbgeng
  • cargo clippy --workspace --all-targets
  • cargo build -p windbg-tool
  • windbg-tool.exe live capabilities --compact

cargo test --workspace was attempted but windbg-install could not start because the existing test executable requires elevation (Win32 error 740).

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@awakecoding awakecoding merged commit f1a15e6 into awakecoding:master Jul 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants