January 25, 2004

Windows Security Model: What Every Driver Writer Needs to Know

I am not sure if I pointed this out before, but if you are writing kernelmode drivers on the Windows platform, you should be taking extra care to ensure you are applying the Windows Security Model to all of your code.

Microsoft has a great document on this which addresses driver security responsibility, and provides in depth descriptions on doing the right thing, from creating secure comms to setting up security in your inf. I found myself reading it again this morning, and thought I would blog the link in case I haven't before.

Enjoy.

Posted by SilverStr at January 25, 2004 08:57 AM | TrackBack