5497*-*PdbDump v 0.8,这是一个使用DiaLib的示例工具,它转储PDB文件中的所有信息。DIALIB是微软DIADSK 2的一个C++封装,它提供了比基于COM的接口更为友好的接口。在这个项目中,我发现某些PDB、Objo和LIB文件意外地包含了许多私有信息,例如C++类定义、完整枚举和函数原型。
(PdbDump is a sample tool using DiaLib, which dumps all the information from a PDB file.
DiaLib is a C++ wrapper around Microsoft's DIA SDK 2.0, providing a much nicer interface than its COM-based interface.
During this project, I found out that certain PDB, OBJ, and LIB files unexpectedly contain much private information, for example C++ class definitions, full enumerations, and function prototypes.)