Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Export to C++ header file #2

Open
teaalltr opened this issue Jul 8, 2019 · 3 comments
Open

[Enhancement] Export to C++ header file #2

teaalltr opened this issue Jul 8, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@teaalltr
Copy link

teaalltr commented Jul 8, 2019

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

@smx-smx
Copy link
Owner

smx-smx commented Jul 10, 2019

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.

@teaalltr
Copy link
Author

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

@smx-smx smx-smx added the enhancement New feature or request label Jul 10, 2019
@marcussacana
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants