The MASM Forum

Miscellaneous => The Orphanage => Topic started by: fearless on December 01, 2018, 06:43:25 AM

Title: pdbex - utility for reconstructing structures and unions from PDB
Post by: fearless on December 01, 2018, 06:43:25 AM
Quotepdbex is a utility for reconstructing structures and unions from the PDB into compilable C headers

Came across this, could be useful for someone, or for part of a toolset to autogen specific structs, then output and convert to asm style perhaps. Or perhaps source code could be adapted to directly convert.

https://github.com/wbenny/pdbex (https://github.com/wbenny/pdbex)