Skip to content

Fast and cross-platform parser for Microsoft PDB files

License

Notifications You must be signed in to change notification settings

smx-smx/PDBSharp

Repository files navigation

PDBSharp

C# Library and Tools to read Program DataBase (PDB) files created by MSVC

The library supports reading:

  • PDB 7.0 files, also called "DS"
  • PDB 2.0 files, also called "JG"
  • PDB 1.0 files, also called "JG". They contain types information (TPI) only.

Writing PDB files is not implemented yet. You will find some code around the repository, but it's not usable yet at this stage.

The main goal is to create a stable PDB Reader first, then write unit tests to ensure the reader works properly. Writing these unit tests will lead to the creation of a corresponding writer to generate PDB files that the reader can work on

Build status Join the chat at https://gitter.im/smx-smx/PDBSharp