如何将私有 pdb 转换为公共 pdb?

发布于 2024-08-06 18:12:22 字数 37 浏览 6 评论 0 原文

我有私有 pdb 文件,我必须将其转换为公共文件。有工具吗?

I have private pdb file and I have to convert it to a public one. Is there tool for it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情徒 2024-08-13 18:12:22

使用PDBCopy
pdbcopy 是 Windows 调试工具的一部分,可通过 Windows SDK

Use PDBCopy.
pdbcopy is part of the Debugging Tools for Windows which is available through the Windows SDK

淤浪 2024-08-13 18:12:22

您可以创建一个不包含的剥离 pdb 文件;类型信息、行号信息、每个对象文件的 CodeView 符号,例如函数、局部变量和静态数据的符号。请参阅 /PDBSTRIPPED 编译器选项。

编辑:确实有一个实用程序是 DDK 的一部分,可以将完整符号文件转换为剥离符号文件,它称为 BinPlace 我发现该论坛上的信息表明该实用程序的某些版本可能存在问题,因此请注意(论坛文章)。

You can create a stripped pdb file that doesn't contain; Type information, Line number information, Per-object file CodeView symbols such as those for functions, locals, and static data. See the /PDBSTRIPPED compiler option.

EDIT: There does appear to be a utility that is part of the DDK that can convert a full symbol file to a stripped symbol file it is called BinPlace the forum I found the information on suggested there might be problems with certain versions of the utility so be warned (forum article).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文