How can I get the GUID from a PDB file?
Posted
by thoughton
on Stack Overflow
See other posts from Stack Overflow
or by thoughton
Published on 2010-03-25T17:13:55Z
Indexed on
2010/04/13
22:33 UTC
Read the original article
Hit count: 466
Hello,
Does anyone know how to get the GUID from a PDB file?
I'm using Microsoft's Debug Interface Access SDK
http://msdn.microsoft.com/en-us/library/f0756hat.aspx
and getting E_PDB_INVALID_SIG when passing in the GUID i expect when trying to load the PDB.
I'd just like to know the GUID of the PDB so I can be certain that it's mismatching and not just a PDB that's perhaps corrupted somehow.
Is there a tool that can do this? I've tried dia2dump and dumpbin, but with no joy...
Many thanks,
thoughton.
© Stack Overflow or respective owner