Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smx-smx/pdbsharp

Fast and cross-platform parser for Microsoft PDB files
https://github.com/smx-smx/pdbsharp

csharp debug debug-symbols library microsoft microsoft-pdb parser pdb-files pdb-parser

Last synced: 26 days ago
JSON representation

Fast and cross-platform parser for Microsoft PDB files

Awesome Lists containing this project

README

        

# PDBSharp

**NOTE**: I'm working on a new and more robust parser based on the Kaitai struct language.
You can find the project at the following link: https://github.com/smx-smx/kaitai-pdb
The new parser is probably not as efficient or convenient as a hand-written parser, but the newly gained knowledge and fixes could be eventually added back to 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](https://ci.appveyor.com/api/projects/status/phudbuu0pt3dg9yp/branch/master?svg=true)](https://ci.appveyor.com/project/smx-smx/pdbsharp/branch/master) [![Join the chat at https://gitter.im/smx-smx/PDBSharp](https://badges.gitter.im/smx-smx/PDBSharp.svg)](https://gitter.im/smx-smx/PDBSharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)