I need to parse some BSOD crash files but I have a terrible mess with the symbols. I have tons of pdb files, under folders so that the folder names are the pdb files GUIDs, but I believe that the files are in mess.
All I need to do is find a way to extract the GUID from the pdb file. I managed to find this tool. But unfortunately I have errors and can't make it work.
From what managed to understand, there's a way to enter the cmd of visual-basic and there is a command called dumpbin
, that should return the GUID if running it with the flag /HEADERS
as it mentioned here.
But once again I failed to do so and whenever I try I get the following warning:
Dump of file Netwsw04.pdb
Netwsw04.pdb : warning LNK4048: Invalid format file; ignored