On various occasions, I’ve received inquiries about how to install and start using WinDbg. For this reason, in this post, I’m going to show you how to configure an environment with WinDbg and virtual ...
As many kernel developers and hackers have known for years, loadable/unloadable kernel modules (like user-space applications) are almost never bug-free. With the continuing use and development of ...
A look into what causes kernel panics and some utilities to help gain more information. Working in a Linux environment, how often have you seen a kernel panic? When it happens, your system is left in ...
It used to be that building the Linux kernel was not easy. Testing and debugging were even worse. Nowadays, it is reasonably easy to build a custom kernel and test or debug it using virtualization.
Microsoft released a new version of the WinDbg debugger tool for Windows, a very popular utility among developers and system administrators working in investigating crash reports, and debugging BSODs ...
Microsoft has issued a preview of a new Windows debug (WinDbg) console that's described as being "less intimidating" and "a bit easier for beginners." WinDbg typically might be used to debug "blue ...
How do I use WinDBG Debugger to troubleshoot a Blue Screen of Death? Your email has been sent By Jacky Howe Have you ever wondered how to obtain extra information from the infamous Blue Screen of ...
As with many Linux-related topics, the issue of using debuggers to troubleshoot the Linux kernel is not only technical--it's political. Linux is being mostly developed on the x86 platform, which does ...