Visual Studio PDB
From Just Solve the File Format Problem
(Difference between revisions)
m |
(→Resources) |
||
Line 10: | Line 10: | ||
==Resources== | ==Resources== | ||
* [https://github.com/Microsoft/microsoft-pdb microsoft-pdb] - Information from Microsoft about PDB | * [https://github.com/Microsoft/microsoft-pdb microsoft-pdb] - Information from Microsoft about PDB | ||
+ | * [https://blogs.msdn.microsoft.com/vcblog/2016/02/08/whats-inside-a-pdb-file/ What’s inside a PDB File?] | ||
* [http://pdbdump.sourceforge.net/ PdbDump], a tool to query/analyze PDB files | * [http://pdbdump.sourceforge.net/ PdbDump], a tool to query/analyze PDB files | ||
* Information leakage through PDB files: [http://pdbdump.sourceforge.net/pdbleak.html] | * Information leakage through PDB files: [http://pdbdump.sourceforge.net/pdbleak.html] |
Revision as of 19:57, 15 June 2016
Overview
Visual Studio Program Database Files (PDB) are created by the development environment, and contain debugging information for the compiled binaries. As of 2015, Microsoft has finally begun to document this format.
Resources
- microsoft-pdb - Information from Microsoft about PDB
- What’s inside a PDB File?
- PdbDump, a tool to query/analyze PDB files
- Information leakage through PDB files: [1]
- Some more info on the RSDS format: http://www.godevtool.com/Other/pdb.htm