PDBSharp
PDBSharp copied to clipboard
[Enhancement] Export to C++ header file
It would be great to have a C++ header exporter/dumper using source file names provided in the pdb file. This way one could reconstruct the complete OO interface and better use the program/library the pdb is about. The pdb has all the information needed to do so, including complete class inheritance info, methods and data
Hi, thanks for your interest in the project. That's an interesting idea, and it could be attempted.
Can't give an ETA on the timing, but i'll see what i can do about it.
That's great! Ping me when you're free
Haha, I'm researching about the PDB because I wanted something like this, but to C# using the DLLExport library.