mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Restore support of Windows 7, 8/8.1 by using single attestation signature for driver and add checks on needed KBs for Windows Vista and Windows 7. Add signed driver files.
- Windows 7 needs KB3033929 or KB4474419 - Windows Vista needs KB4039648 or KB4474419
This commit is contained in:
@@ -495,6 +495,7 @@ void Debug (char *format, ...);
|
||||
void DebugMsgBox (char *format, ...);
|
||||
BOOL IsOSAtLeast (OSVersionEnum reqMinOS);
|
||||
BOOL IsOSVersionAtLeast (OSVersionEnum reqMinOS, int reqMinServicePack);
|
||||
BOOL IsSupportedOS ();
|
||||
BOOL Is64BitOs ();
|
||||
BOOL IsARM();
|
||||
BOOL IsServerOS ();
|
||||
@@ -774,6 +775,8 @@ public:
|
||||
};
|
||||
|
||||
BOOL GetHibernateStatus (BOOL& bHibernateEnabled, BOOL& bHiberbootEnabled);
|
||||
bool GetKbList (std::vector<std::wstring>& kbList);
|
||||
bool OneOfKBsInstalled (const wchar_t* szKBs[], int count);
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user