Hardware/KernelDriver.cs
Sun, 23 Sep 2012 18:37:43 +0000 Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown.
Wed, 18 Jul 2012 20:20:26 +0000 Added more report output to the kernel driver loading code. Hopefully this helps to find the problems in Issue 253.
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Mon, 01 Nov 2010 20:44:21 +0000 Restricted the access to the kernel driver to system and built-in administrators.
Sun, 31 Oct 2010 22:08:47 +0000 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.