dbgeng 0.4.0

Rust binding for the dbgeng COM interfaces.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<div align='center'>
  <h1><code>dbgeng</code></h1>
  <p>
    <strong>Rust binding for the dbgeng COM interfaces.</strong>
  </p>
  <p>
    <a href="https://crates.io/crates/dbgeng"><img src="https://img.shields.io/crates/v/dbgeng.svg" /></a>
    <a href="https://docs.rs/dbgeng/"><img src="https://docs.rs/dbgeng/badge.svg"></a>
    <img src='https://github.com/0vercl0k/dbgeng-rs/workflows/Builds/badge.svg'/>
  </p>
</div>

This rust crate offers higher-level abstractions to the Microsoft's Debug Engine library that can be used to write extension for the Windows debugger (see [snapshot](https://github.com/0vercl0k/snapshot) for an example).