Click here to Skip to main content
15,886,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I manual load PDB file for my module?
The module.pdb packed and embedded into resource module_res.DLL. I want unpack pdb and load it to dbghelp.
Posted

1 solution

You probably (almost certainly) will have to use the DIA API
[^], which also contains sample incl. src.

Chances are the API is only accepting input from files (I never used it myself), so you probably have to unpack and save the PDB to disk before using it.

++luck;
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900