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

Windows: Add functionality to verify Rescue Disk ISO image file.

This commit is contained in:
Mounir IDRASSI
2015-09-16 01:17:03 +02:00
parent 52c7445a79
commit 9e1e128b14
6 changed files with 65 additions and 8 deletions

View File

@@ -203,6 +203,7 @@ namespace VeraCrypt
bool SystemPartitionCoversWholeDrive ();
bool SystemDriveIsDynamic ();
bool VerifyRescueDisk ();
bool VerifyRescueDiskIsoImage (const char* imageFile);
void WipeHiddenOSCreationConfig ();
void WriteBootDriveSector (uint64 offset, byte *data);
void WriteBootSectorConfig (const byte newConfig[]);