查看PDB Guid 工具 dumpbin.exe 路径

如果您安装了VS2008或者VS2019的话,可以直接从VS命令行启动该工具。

D:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\dumpbin.exe

查看方法:

dumpbin /headers "X:\Web.Management.dll"

 

注意看这行:

  Debug Directories

        Time Type        Size      RVA  Pointer
    -------- ------- -------- -------- --------
    5F3A625A cv            79 00028742    26942    Format: RSDS, {F8AFBC87-0C1D-4D58-BCC0-5381DE3EFD36}, 1, X:.Web.Management.pdb

 

posted @ 2020-09-04 17:06  devs  阅读(911)  评论(0编辑  收藏  举报