vote up 0 vote down star

Hello all,

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

Thank you in advance.

flag
There are several types of pdb files (e.g. Palm database) - which one do you mean? – Mark Oct 6 at 13:48
Created by visual studio 8 – msh Oct 6 at 13:57

2 Answers

vote up 2 vote down check

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

link|flag
Unfortunately, rebuilding is not an option. I have to strip it from an existing symbol file. – msh Oct 7 at 5:20
Thank you that's what I was looking for. – msh Oct 8 at 5:48
vote up 0 vote down

Huh? .pdb files contain debug information - there's nothing private or public about them. If you want to distributed it, do so. However, normally they're not distributed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.