Pages
Categories
Archives
Author Archives:
Windows Services (Part I)
Windows Services fill the gap between mortal user applications and the privileged, high-profile kernel-mode drivers. They are neither user applications nor do they make the cut to be fully fledged kernel modules. Services are still user-mode applications. They don’t get any higher privileges than their other user-mode applications (this is [...]
Windows Services (Part II)