A native library for working with the Portable PDB format.
Dump/ - Tool to dump the contents of a Portable PDB to the console.
Reader/ - Static library to read the contents of a Portable PDB.
inc/ - Shared header files.
- CMake version 3.0+
- Compiler with C++11 support
- Create an output directory
- e.g.
mkdir bin
- e.g.
- Generate the project
- e.g.
cmake -S . -B bin
- e.g.
- Build the project
- e.g.
cmake --build bin
- e.g.
ECMA-335 - Metadata specification
Portable PDB - Additional tables specification
MIT - See files for details.