Search code examples
visual-studio-2010debuggingpdb-filesportable-executable

Get debug information from PE or PDB file


I don't want to tell the whole story but all in all it would lead to this simple question:

"Is there a way that allows me to read all stored debug information inside a PE or PDB file?"

I am using the C/C++ compiler delivered by Visual Studio 2010


Solution

  • If you want it to do it for yourself, using C++, have a look at this question. Matt Pietrek the "urgestalt" for Portable Executable questions, shows how that can be done.

    And here, the link to his own list of samples.