1
0
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:
Mounir IDRASSI
2015-08-05 12:06:00 +02:00
parent a06c41c5c9
commit c2d0d5e344
2 changed files with 35 additions and 7 deletions

View File

@@ -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)