WinDbg is a user and kernel mode debugger for Windows.
I have a dump created from a managed application. I am using SOS/SOSEX extentions to ease my dump analysis. …
c# .net windbg crash-dumpsThe C#/.NET application I am working on is suffering from a slow memory leak. I have used CDB with …
c# .net memory-management memory-leaks windbgHow can I Save Output of a command in WinDbg to a Text File?
windbgMy program throws an error which it cannot handle by a catch(Exception e) block and then it crashes: Access …
c# .net .net-4.0 windbg heap-corruptionI'm trying to use windbg more, and I keep having problems with the symbol cache. It isn't clear to me …
windbgI'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a …
reverse-engineering windbg ida minesweeper memory-editingI try to use the winDBG to debug a dump file. When I run .loadby sos mscorwks.dll It gave …
.net windows windbgOften WinDbg will enter a state where it is *Busy* performing an operation. Often this is due to some mistake …
windows debugging windbgI'm debugging a module for which I have only the .exe and a .pdb without private symbols. During the debug …
windbg