-
https://sweetink.github.io/2023/03/07/WinDbg%E7%AC%A6%E5%8F%B7%E9%85%8D%E7%BD%AE/?
配置环境变量_NT_SYMBOL_PATH :cache*C:\MySymbols;srv*https://msdl.microsoft.com/download/symbols _NT_SYMBOL_PROXY: ip:por…
-
I'm building on Linux with mingw-w64 and the compiler fails to link to Dbgeng, presumably because the library name is in lower case
```
> find /opt/mingw-w64-build/ -name '*bgeng*'
/opt/mingw-w64…
-
Hi! I was using VMWare workstation 12 with windbg and virtualkd was working fine at that time. Now I've installed its latest version. VMware 15.5. Now VirtualKD only detects that there is something ru…
-
Just starting the program gives me an error message "pso2.exe not found" and crashes a couple seconds afterwards.
WinDBG gives me this.
`STACK_COMMAND: ** Pseudo Context ** ManagedPseudo ** Value…
-
The new disassembly window (the one with syntax highliting) is not showing the follwoing items:
**symbols**
- expected result:
![immagine](https://user-images.githubusercontent.com/5717603/176641…
-
I downloaded the code of SourceExt and compiled as 32 Bit extension (just as it was, but using VS 2019). The extension does not reach `DebugExtensionInitialize()`. I tried with WinDbg Preview, WinDbg …
-
### Description
When the debugger is attached to an application that repeatedly creates and joins with short-lived threads, performance monitor shows the handles associated with the application growi…
-
In address -summary, I found inside MEM_COMMIT to 4.423 GB, but I can only get in eeheap 405618688 bytes, I passed! Heap -s can get the memory is very small.Memory. Now I don't know, how can I investi…
-
There are some known issues in x64dbg, like this [https://github.com/x64dbg/x64dbg/issues/1764](https://github.com/x64dbg/x64dbg/issues/1764), and I have a [plugin](https://www.52pojie.cn/thread-10704…
-
Windbg 调试预览本地变量,内存与实际内存不一致
![image](https://github.com/microsoftfeedback/WinDbg-Feedback/assets/82763161/714ac8a8-2ee4-4176-a837-1b51bf33cdb6)
将exe dump后重新打开,预览该局部变量也是正确的。
通过老的windbg attach 到同一个进…