Reading a .pdb file

后端 未结 5 1100
夕颜
夕颜 2020-12-02 13:13

I have a lot of files in .pdb format, some of them downloaded, but until now I can\'t use or read what\'s inside, so I\'m looking for how to read and view the .pdb file form

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 14:14

    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:

    • http://blogs.msdn.com/jmstall/archive/2005/08/25/pdb2xml.aspx
    • http://www.codeproject.com/KB/bugs/PdbParser.aspx

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

    • http://www.hotpaw.com/rhn/palm/pdb.txt

提交回复
热议问题