diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-10-07 04:35:03 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-10-07 12:56:01 +0200 |
commit | 9a6fc789eb2ee9213c9373146a3efa708300de87 (patch) | |
tree | ab29483e1b00fbc83604216f974f3a84e7077da6 /src/Mount/Resource.h | |
parent | f3c91cb05c9a3ba2651438f576d707f7a48d507b (diff) | |
download | VeraCrypt-9a6fc789eb2ee9213c9373146a3efa708300de87.tar.gz VeraCrypt-9a6fc789eb2ee9213c9373146a3efa708300de87.zip |
Windows: Add option to disable detection of "Evil Maid" attacks. This is helpful for users who have software running the modifies the bootloader, like FLEXnet.
Diffstat (limited to 'src/Mount/Resource.h')
-rw-r--r-- | src/Mount/Resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mount/Resource.h b/src/Mount/Resource.h index 8301b2dc..8f718b1d 100644 --- a/src/Mount/Resource.h +++ b/src/Mount/Resource.h @@ -172,6 +172,7 @@ #define IDC_COPY_EXPANDER 1148
#define IDT_DRIVER_OPTIONS 1149
#define IDC_ENABLE_EXTENDED_IOCTL_SUPPORT 1150
+#define IDC_DISABLE_EVIL_MAID_ATTACK_DETECTION 1151
#define IDM_HELP 40001
#define IDM_ABOUT 40002
#define IDM_UNMOUNT_VOLUME 40003
@@ -248,7 +249,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40069
-#define _APS_NEXT_CONTROL_VALUE 1151
+#define _APS_NEXT_CONTROL_VALUE 1152
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|