WinDbg Dr. Watson minidump - requires pdb/dll originally built for installed version?

后端 未结 5 845
情话喂你
情话喂你 2020-12-16 07:44

I have a mindmp file from a target\'s application crash. Is it possible for me to rebuild the dll/pdb files for a version of software and have windbg load symbols correctly?

5条回答
  •  庸人自扰
    2020-12-16 08:40

    if you still have the exact source code the image was compiled from, then rebuild it producing a new pdb file and then instruct WinDbg to forcibly load this pdb when you open the crash dump - it worked once in my practice.

提交回复
热议问题