getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
367 stars 68 forks source link

Implement VirtualFunctionTable / VirtualTableShape #141

Open CouleeApps opened 1 year ago

CouleeApps commented 1 year ago

Here's an implementation for these types, based on the structs in Microsoft's headers.

Fixes #137

a1phyr commented 1 year ago

Friendly ping @willglynn