Hi Peter, On Tue, Feb 21, 2012 at 8:20 PM, pet-ro <[email protected]> wrote: > Does mono-cecil extend the original CCI to support the srcsrv section > of PDB files? > > How to get in general information about the PDB? Especially about > section which aren't implemented in CCI?
Cecil blatantly includes the parts of Microsoft.Cci.Pdb necessary to read a PDB file. It's licensed under the MS-PL so it's really cool. But it doesn't do more than what Microsoft.Cci.Pdb does. So I'm afraid we can't really help you here. I'm also afraid we won't be available to give you more general information. Microsoft keeps (probably out of shame) the format closed, and this Microsoft.Cci.Pdb stuff is one of the most complete piece of code available to dive into the structure of the file format. So pretty much only Microsoft can help you here. Good luck with that :) Jb -- -- mono-cecil
