How can I convert private pdb to public pdb?

﹥>﹥吖頭↗ 提交于 2019-12-02 00:31:19

问题


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

Thank you in advance.


回答1:


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).




回答2:


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



来源:https://stackoverflow.com/questions/1525648/how-can-i-convert-private-pdb-to-public-pdb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!