Stefan Falk
Stefan Falk

Reputation: 25397

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

Upvotes: 2

Views: 1260

Answers (1)

mox
mox

Reputation: 6314

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.

Upvotes: 2

Related Questions