I’ve been evaluating Microsoft’s Visual Studio 2010 Beta 2 release recently on my Windows 7 x64 system. As can be expected, the beta has quite a few rough edges, but overall I like the new… more →
KK's BlogKoby Kahane wrote 2 weeks ago: I’ve been evaluating Microsoft’s Visual Studio 2010 Beta 2 release recently on my Window … more →
Sarath wrote 1 month ago: As everyone knows WinDBG is the most powerful debugger in Windows. But few people find it’s difficul … more →
l0werring wrote 1 month ago: As promised earlier I am including some more savory Kernel debugging topics. Some of these scenarios … more →
Geoff Evans wrote 2 months ago: Developing in-house game tools presents a myriad of debugging issues. You can’t always nail do … more →
rajrampost wrote 2 months ago: Performance of applications has always been a key criteria. It could either be a functional requirem … more →
l0werring wrote 2 months ago: In this article I talk about debugging in ring 0 in the world of Windows(TM). I discuss some tricks … more →
ekasiswanto wrote 3 months ago: In this article, I want to discuss one of the usage of WinDBG conditional break-point. In one of the … more →
cavemansblog wrote 5 months ago: A while ago I have posted a blog on Troubleshooting an IIS Crash/Hang, where I have mentioned that w … more →
bitsofchina wrote 7 months ago: I find a good site with tons information of debugging .net code with son of strike sos extension. Ne … more →
fightxorflight wrote 7 months ago: kd> dt nt!_DISPATCHER_HEADER +0×000 Type : UChar +0×001 ControlFlags : UChar +0×00 … more →
fightxorflight wrote 7 months ago: kd> dt nt!_KTHREAD +0×000 Header : _DISPATCHER_HEADER +0×010 CycleTime : Uint8B +0 … more →
fightxorflight wrote 7 months ago: Behold, the magnificent Windows 7 EPROCESS structure. kd> dt nt!_EPROCESS +0×000 Pcb : _KPRO … more →
fightxorflight wrote 7 months ago: The current setup: Kernel debugging requires two computers to be connected through either a COM port … more →
ekasiswanto wrote 9 months ago: In WinDBG, there is a concept that until now, I haven’t put it into use. This concept is calle … more →
Nick Darnell wrote 9 months ago: There are few things more painful than trying to debug an application in production. So I was very … more →
Koby Kahane wrote 9 months ago: A new release of IDA, the Interactive Disassembler, has been recently released featuring new debugge … more →
vijaymp wrote 10 months ago: What is a Memory Leak? In Computer Science, “Memory Leak” is a particular type of unintentional memo … more →
ekasiswanto wrote 10 months ago: There is the command in WinDBG called the pa command. The official documentation regarding this comm … more →
Clay wrote 11 months ago: Because it’s the holiday season, when my creativity and free time are both at their lowest, I … more →