Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top