diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-13 00:16:14 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-13 01:15:13 +0200 |
commit | 7e73208e62b441f836f27433a4e297a0e07233b8 (patch) | |
tree | a7b059661a63639731654bad2ff2829da0f3cdba /src/Readme.txt | |
parent | 22152878f883cb7d1e9ac56a5f59329afd26302b (diff) | |
download | VeraCrypt-7e73208e62b441f836f27433a4e297a0e07233b8.tar.gz VeraCrypt-7e73208e62b441f836f27433a4e297a0e07233b8.zip |
Windows Bootloader: Fix Rescue Disk issue when Cascades and SHA256 used. It was caused by the bootloader becoming too big in this case with PIM implementation (larger than the limit of 31232 bytes). We also increase memory requirement for this case
Diffstat (limited to 'src/Readme.txt')
-rw-r--r-- | src/Readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Readme.txt b/src/Readme.txt index c281caaf..2aff947f 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -51,6 +51,7 @@ Requirements for Building VeraCrypt for Windows: header files (available at ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20)
- NASM assembler 2.08 or compatible
- gzip compressor
+- upx packer (available at http://upx.sourceforge.net/)
IMPORTANT:
|