Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top