1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: code refactoring for handling of ESP files (DcsProp and PlatformInfo).

This commit is contained in:
Mounir IDRASSI
2017-06-11 01:27:38 +02:00
parent 374ba4c831
commit 4208b43581
3 changed files with 90 additions and 68 deletions

View File

@@ -187,6 +187,8 @@ namespace VeraCrypt
};
void GetVolumeESP(wstring& path);
std::string ReadESPFile (LPCWSTR szFilePath, bool bSkipUTF8BOM);
void WriteESPFile (LPCWSTR szFilePath, LPBYTE pbData, DWORD dwDataLen, bool bAddUTF8BOM);
class EfiBoot {
public: