retep998 / winapi-rs

Rust bindings to Windows API
https://crates.io/crates/winapi
Apache License 2.0
1.85k stars 392 forks source link

Bindings for wdbgext.h and dbgeng.h #619

Open lzybkr opened 6 years ago

lzybkr commented 6 years ago

I need bindings to work with the Windows Debugger.

I know I'll need parts of wdbgext.h and dbgeng.h to start with.

I'll submit a PR if an incomplete translation is acceptable. dbgeng.h is 25000+ lines (though quite a bit of duplication) and wdbgext.h has nearly 50 inline functions that I'm not keen on translating.

lzybkr commented 6 years ago

I'm testing now, but have pretty much all I need here: https://github.com/lzybkr/winapi-rs/tree/windbg_bindings, I'll submit a PR after some testing.