Re: PDB format documentation.

2012-03-26 Thread Roald Ribe

On Sun, 25 Mar 2012 05:24:45 -0300, Svyatoslav Kuzmich  
wrote:


Hello dear Wine mailing list!

I've found that Wine dbghelp.dll includes PDB file parser.  Does anyone
know where I can find documentation of PDB  internal structure?


http://undocumented.rawol.com/
May have parts of the info you want.

Roald





re: PDB format documentation.

2012-03-25 Thread Dan Kegel
Svyatoslav wrote:
> I've found that Wine dbghelp.dll includes PDB file parser.  Does anyone
> know where I can find documentation of PDB  internal structure?

I think you've found it :-)

As you probably know, PDB is an undocumented format.
I suspect the best you can find are scattered posts like
http://moyix.blogspot.com/2007/08/pdb-stream-decomposition.html
http://www.godevtool.com/Other/pdb.htm
from people who reverse engineer bits of it.

Although
http://moyix.blogspot.com/2007/08/pdb-stream-decomposition.html
claims http://ccimetadata.codeplex.com/ has some interesting
bits from the horse's mouth, and
http://code.google.com/p/pdbparse/
http://code.google.com/p/pdbparser/
http://pdbparser.codeplex.com
might be interesting.