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

This commit is contained in:
Mounir IDRASSI
2015-09-16 01:33:19 +02:00
parent 52c7445a79
commit 9e1e128b14
6 changed files with 65 additions and 8 deletions
+1
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[]);