PDBSharp icon indicating copy to clipboard operation
PDBSharp copied to clipboard

[Enhancement] Export to C++ header file

Open teaalltr opened this issue 5 years ago • 3 comments

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

teaalltr avatar Jul 08 '19 15:07 teaalltr

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.

smx-smx avatar Jul 10 '19 12:07 smx-smx

That's great! Ping me when you're free

teaalltr avatar Jul 10 '19 12:07 teaalltr

Haha, I'm researching about the PDB because I wanted something like this, but to C# using the DLLExport library.

marcussacana avatar Aug 15 '19 05:08 marcussacana