Can I use the Kernel PlugIn feature to write a SYS Windows driver file?
Kernel PlugIn enables you to create an add-on *.sys/.o/.ko (and in earlier versions of WinDriver also *.vxd) kernel driver (depending on your OS) to extend the features of WinDriver for your needs. The Kernel PlugIn driver your create is not standalone – it can only work together with a user-mode driver that activates it. Note that when using WinDriver’s Kernel PlugIn feature, you must also install the windrvr6/.sys/.vxd/.o/.ko or windrvr/.sys/.vxd/.o driver module – depending on the the target OS and your WinDriver version.