From 5b88a183ac297cbb7d332b23a6800bd4681da7db Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 18 Oct 2019 00:55:32 +0200 Subject: 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. --- src/Common/BootEncryption.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Common/BootEncryption.h') 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); -- cgit v1.2.3