1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 19:38:26 -06:00

Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE-2016-1281)

This commit is contained in:
Mounir IDRASSI
2016-01-04 02:30:49 +01:00
parent 0600ae7d1c
commit 7a15ff2083
4 changed files with 287 additions and 58 deletions

View File

@@ -70,6 +70,7 @@
LinkIncremental="2"
GenerateManifest="false"
UACExecutionLevel="2"
DelayLoadDLLs="user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/Setup.pdb"
SubSystem="2"
@@ -156,6 +157,7 @@
LinkIncremental="1"
GenerateManifest="false"
UACExecutionLevel="2"
DelayLoadDLLs="user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll"
GenerateDebugInformation="false"
GenerateMapFile="true"
SubSystem="2"