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 [...]
Pages
Categories
Archives
Windows Services (Part II)
In Part I we took a quick tour of Windows Services. We ended our discussion with the difficultly of debugging Services. In Part II we will see how we can create a refined way of debugging Services in a systematic and usable fashion.
A very cleaver technique for debugging services with UM [...]