VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/BootEncryption.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-16 01:17:03 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-16 01:33:19 +0200
commit9e1e128b14dd51de4e036a8002d2cad40efaaf54 (patch)
tree1d93e7317f8a7afd86989dca4e475918e97295eb /src/Common/BootEncryption.h
parent52c7445a795a623bc326699a5c465e8fa5294425 (diff)
downloadVeraCrypt-9e1e128b14dd51de4e036a8002d2cad40efaaf54.tar.gz
VeraCrypt-9e1e128b14dd51de4e036a8002d2cad40efaaf54.zip
Windows: Add functionality to verify Rescue Disk ISO image file.
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r--src/Common/BootEncryption.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h
index eb546de2..c3eb3362 100644
--- a/src/Common/BootEncryption.h
+++ b/src/Common/BootEncryption.h
@@ -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[]);