0

How to convert PDB file to XML file? I tried the source from below, but it's taking exe as an input. Is there any opensource converter available?

Opal
  • 81,889
  • 28
  • 189
  • 210
Jaffer Sathick
  • 466
  • 1
  • 10
  • 21

1 Answers1

0

The ISymbolReader interface from Microsoft needs a metadata token, which can be retrieved from the assembly using Reflection. I don't know a way to read the PDB on its' own - for my purposes, I always have the pdb and the assembly handy, so it hasn't been an issue for me.

Wonko
  • 331
  • 1
  • 5