In the last couple of years a number of new bootkits have appeared in the wild targeting the Microsoft Windows platform. Among the most prominent examples are TDL4, Olmasco and Rovnix. These each ...
When a CPU generates a trap or an exception, and the operating system kernel is not able to catch that particular trap, it gives out an annoying Blue Screen with the ...
Windows operating system comes with both Kernel and User modes, but not everyone knows the difference between both. In fact, most users have no idea these modes exist, but yet they’ve used them before ...
Kernel Mode Linux (KML) is a technology that enables the execution of user processes in kernel mode. I described the basic concept and the implementation techniques of KML on IA-32 architecture in my ...
To solve Windows 10 system crashes, you need to understand what causes the dreaded Blue Screen of Death in Windows 10. Windows 10 operates in both Kernel Mode and User Mode. The idea is simple; run ...
Much of modern operating system functionality happens in and around the kernel. That’s a problem when you’re implementing monitoring and observability tools or adding low-level security tools because ...