Skip to content

gitter-badger/PDBSharp

 
 

Repository files navigation

PDBSharp

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

Currently, the library supports reading 32 bit PDB files (also called "DS"). 16 bit PDB files (also called "JG") aren't supported yet.

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

About

Fast and cross-platform parser for Microsoft PDB files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%