mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Add extra checks for bootloader tampering.
This commit is contained in:
@@ -1565,6 +1565,11 @@ namespace VeraCrypt
|
||||
bRet = true;
|
||||
}
|
||||
}
|
||||
catch (SystemException &e)
|
||||
{
|
||||
if (!bSilent && (GetLastError () != ERROR_INVALID_IMAGE_HASH))
|
||||
e.Show (ParentWindow);
|
||||
}
|
||||
catch (Exception& e)
|
||||
{
|
||||
if (!bSilent)
|
||||
|
||||
Reference in New Issue
Block a user