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

后端 未结 5 830
情话喂你
情话喂你 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:31

    This is too late to help Doug, but for the sake of anyone who comes across this question, another thread (Is it possible to load mismatched symbols in Visual Studio?) pointed out a way to get WinDbg to accept mismatched .PDB files

    .symopt_0x40
    

提交回复
热议问题