Visual Studio PDB
From Just Solve the File Format Problem
(Difference between revisions)
(initial version) |
(PRONOM) |
||
(3 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=Development | |subcat=Development | ||
|extensions={{ext|pdb}} | |extensions={{ext|pdb}} | ||
− | | | + | |pronom={{PRONOM|fmt/1078}}, {{PRONOM|fmt/1079}} |
}} | }} | ||
==Overview== | ==Overview== | ||
− | Visual Studio '''Program Database Files''' ( | + | 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 | ||
+ | * [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] | ||
* 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]] |
Latest revision as of 16:15, 6 August 2017
[edit] 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.
[edit] 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