Reading a .pdb file

后端 未结 5 1102
夕颜
夕颜 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:04

    You can use the DBH tool from Windows SDK.

    &'C:\Program Files\Debugging Tools for Windows (x64)\dbh.exe' -v MySymbol.pdb dump
    

提交回复
热议问题