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.
4 #define VER_FILETYPE VFT_DRV
5 #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
7 #define VER_FILEDESCRIPTION_STR "WinRing0"
8 #define VER_INTERNALNAME_STR "WinRing0.sys"
10 /////////////////////////////////////////////////////////////////////////////
15 VS_VERSION_INFO VERSIONINFO
16 FILEVERSION 1, 2, 0, 5
17 PRODUCTVERSION 1, 2, 0, 5
24 BLOCK "StringFileInfo"
28 VALUE "Comments", "The modified BSD license\0"
29 VALUE "CompanyName", "OpenLibSys.org\0"
30 VALUE "FileDescription", "WinRing0\0"
31 VALUE "FileVersion", "1.2.0.5\0"
32 VALUE "InternalName", "WinRing0.sys\0"
33 VALUE "LegalCopyright", "Copyright (C) 2007-2008 OpenLibSys.org. All rights reserved.\0"
34 VALUE "OriginalFilename", "WinRing0.sys\0"
35 VALUE "ProductName", "WinRing0\0"
36 VALUE "ProductVersion", "1.2.0.5\0"
41 VALUE "Translation", 0x411, 1200