Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个来自 Windows 可执行文件的故障转储(一个在 WinDbg 中打开良好的 .DMP 文件)。
虽然我可以读取堆栈、解释一些寄存器并检查堆内存,但我怀疑这里也存在未处理的异常。
内存中的异常“看起来像”什么?是寄存器中的某些值,还是堆栈的某个状态?我如何找到并解释它?
键入.ecxr以显示当前异常 - 它跳转到源代码并调用堆栈。
我认为它是自动完成的,但这可能只是我设置它的方式。