Skip to content

Rust library for reading and writing PDB files

License

Notifications You must be signed in to change notification settings

jac3km4/pdb-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdb-sdk

pdb-sdk is a Rust library for reading and writing Microsoft PDB (Program Database) files.

this project is alpha-quality

features

  • implemented purely in Rust
  • can read and write almost all data types stored in PDB files produced by modern compilers (tested against LLVM)
  • produces valid PDB files that can be parsed by tools like llvm-pdbutil
  • can stream parts of the PDB without having to load contents of the file into memory
  • lightweight, only 4 dependencies

examples

About

Rust library for reading and writing PDB files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages