Reading a .pdb file

If you mean PDB as in a “program database” that the debugger uses:

PDB files contain data about a file such as an EXE or DLL that is used to aid in debugging. There are public interfaces that allow you to extract data from the file. See examples here:

If you mean PDB as in a Palm Pilot Database, then I know nothing about it, but the file format is available here:

Leave a Comment