diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-18 00:55:32 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-18 00:56:39 +0200 |
commit | 5b88a183ac297cbb7d332b23a6800bd4681da7db (patch) | |
tree | 40a73594bd50fbf4631c2680e1e676e7a8ce6c19 /src/Common/BootEncryption.h | |
parent | 4119521f9e7e11f6bae29963605b9acb2960fa8c (diff) | |
download | VeraCrypt-5b88a183ac297cbb7d332b23a6800bd4681da7db.tar.gz VeraCrypt-5b88a183ac297cbb7d332b23a6800bd4681da7db.zip |
Windows: handle case of DcsProp configuration file for EFI system encryption contains wrong "ActionSuccess" entry that points towards bootmgfw.efi which is now our bootloader and not Microsoft one.
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r-- | src/Common/BootEncryption.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h index 0b5fe4f0..de4f7489 100644 --- a/src/Common/BootEncryption.h +++ b/src/Common/BootEncryption.h @@ -189,6 +189,8 @@ namespace VeraCrypt BOOL Load (const wchar_t* fileName); void Load (char* configContent); BOOL Save (const wchar_t* fileName, HWND hwnd); + static BOOL IsPostExecFileField (const string& szFieldValue, string& filePath); + static BOOL IsPostExecFileField (const string& szFieldValue, wstring& filePath); }; void GetVolumeESP(wstring& path); |