Assembly Language Implementation Techniques for Kernel and User Mode Communication

Assembly Language Implementation Techniques for Kernel and User Mode Communication

Basic Concepts of Device Objects and Symbolic Links In kernel programming, a Device Object is the core entity for communication between the kernel and user-mode applications. Device objects are similar to windows in Windows GUI programming, being the only entities capable of receiving and processing requests (IRP). Each device object belongs to a Driver Object, … Read more