Popular Articles
Setting Symbols in WinDbg
The symbol path specifies locations where the Windows debuggers (WinDbg, KD, …
Forcing Symbols to match in WinDbg
Use the Microsoft Symbol Server to obtain debug symbol files http://support.microsoft.com/kb/311503 …
0x9F BugCheck with Param 3? Here is how you go about it
This post is for driver or kernel developers/enthusiasts who have encountered …
Dumping a module’s memory space (via WinDbg)
The command .WRITEMEM allows us to save memory into a disk …
Making sense of Device objects & Driver Objects from a dump
The !devstack extension displays a formatted view of the device stack …
Interrupts and Exceptions 101
So far we have seen various bugchecks depicted. What I left there is the explanation of how exceptions happen …
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target
Here is a brute force solution: #include <iostream> #include <vector> using …
Back-End Development: A Guide to the Basics
Lommodo ligula eget dolor. Aenean massa. Cum sociis que penatibus et …
Creating a memory dump along with symbols using WinDbg
We can create a dump file from a running application or …
User profile corruption in the registry [REGISTRY_ERROR (51)]
REGISTRY_ERROR (51) Something has gone badly wrong with the registry. If …