VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-10 16:31:00 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-10 18:44:46 +0200
commitc7cd89a24a3663cb375f9d6a901d34586d0d9192 (patch)
treecb84c2c8e19499cbf4f166980f398f75209917e3 /src/Setup
parente14cf93d921e462e9ed5138ae1f4019d9f79a9f3 (diff)
downloadVeraCrypt-c7cd89a24a3663cb375f9d6a901d34586d0d9192.tar.gz
VeraCrypt-c7cd89a24a3663cb375f9d6a901d34586d0d9192.zip
Windows Security: built binaries with support for Address Space Layout Randomization (ASLR).
Diffstat (limited to 'src/Setup')
-rw-r--r--src/Setup/Setup.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Setup.vcxproj b/src/Setup/Setup.vcxproj
index d85d877d..fd6e867b 100644
--- a/src/Setup/Setup.vcxproj
+++ b/src/Setup/Setup.vcxproj
@@ -117,7 +117,7 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" &gt;NUL
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <RandomizedBaseAddress>true</RandomizedBaseAddress>
<DataExecutionPrevention>true</DataExecutionPrevention>
<TargetMachine>MachineX86</TargetMachine>
</Link>