-
Per conversation with @aluhrs13, it appears that the Process Tree is missing from the new UI; only threads in the current process are visible. The old UI, which made it much easier to work in codebase…
-
So got BSOD with driver power failure, tried opeing Windbg to read dumpfile and got error The debugging session could not be started: Failure HR=0x80070002: Failed to OpenDumpFileWide
Any suggestion…
-
# windbg手动添加非官方pdb文件进行调试 | 怀德维宁
在使用windbg分析windows产生的dmp异常转储文件时,常常需要使用到相关应用的pdb文件,否则就只能看到粗略的模块,却不能看到具体的函数执行内容。而微软的官方pdb服务器可以下载到windows相关的pdb文件,对于非官方的程序或驱动,就需要调试者自己去查找并进行设
[https://bbbccvbvv.github.i…
-
I installed WinDbg on Windows 10, and I get a `RuntimeError` when importing the module:
```
C:\Users\jsmit>pip show pybag
Name: Pybag
Version: 2.2.12
[...]
C:\Users\jsmit>python
Python 3.12.7…
-
[使用 WinDbg 分析内核模式转储文件](https://learn.microsoft.com/zh-cn/windows-hardware/drivers/debugger/analyzing-a-kernel-mode-dump-file-with-windbg)
推荐使用命令行打开dump文件
```
windbg -y -i -z
```
在UI环境,可以 文…
-
![image](https://github.com/user-attachments/assets/5641231f-ca30-47a4-ac17-0e9184018d4c)
When dbg any program with windbg . The hints show after move the mouse to the [ jne ] instruction and wait …
-
After running the program for a period of time, a fatal error may occur, and a critical message was obtained in WinDbg.exe: Windows Win32.PInvoke.WaitMessage()
-
This is awesome! Please consider hooking up [WinDBG](https://msdn.microsoft.com/en-us/windows/hardware/hh852365) too?
MSVC, Clang, DMD, and LDC all produce MS compatible COFF/PDB output in Windows, an…
-
mpc-qt started silently crashing randomly for me after using more recent artifacts. The fastest way I've been able to cause it is just holding down seek forwards/backwards (but it happens even without…
-
Hello, please add WinDbg.
WinDbg is the **official Windows debugger, made by Microsoft**.
It is used to debug native Windows programs in both user mode and kernel mode.
https://docs.microsoft.com…