Visual Studio PDB
From Just Solve the File Format Problem
(Difference between revisions)
(initial version) |
|||
Line 6: | Line 6: | ||
}} | }} | ||
==Overview== | ==Overview== | ||
− | Visual Studio '''Program Database Files''' ([[PDB]]) are created by the development environment and contain debugging information for the compiled binaries. | + | 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== | ==Resources== | ||
+ | * [https://github.com/Microsoft/microsoft-pdb microsoft-pdb] - Information from Microsoft about PDB | ||
* [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] | ||
* Some more info on the RSDS format: http://www.godevtool.com/Other/pdb.htm | * Some more info on the RSDS format: http://www.godevtool.com/Other/pdb.htm | ||
+ | |||
+ | [[Category:Microsoft]] |
Revision as of 14:09, 1 November 2015
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
- 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