Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
we know that .pdb (program database) file contains all the global and structure variables. I want to extract structure variables and its address for damping all structure in a new file. How does it possible?
Posted
Updated 12-Feb-14 17:49pm
v2

1 solution

hi,
amount of information a .pdbfile can provide depends on whether the private information has been stripped or not (using the /PDBSTRIPPED flag on Microsoft's compiler.)
Do not expect to find all the details about all the structures because private data might have been removed.

PdbDump might help you[^]
its related article is here[^]

another useful article is How to Inspect the Content of a Program Database (PDB) File[^]

hope this helps.
 
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