Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smx-smx/pdbsharp
- Owner: smx-smx
- License: mpl-2.0
- Created: 2018-10-01T19:11:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T21:21:41.000Z (about 2 months ago)
- Last Synced: 2024-11-01T22:21:50.834Z (about 2 months ago)
- Topics: csharp, debug, debug-symbols, library, microsoft, microsoft-pdb, parser, pdb-files, pdb-parser
- Language: C#
- Homepage:
- Size: 731 KB
- Stars: 34
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)