From 4b924659b2b4f0ebcc38a1b8eb30d4732f4225af Mon Sep 17 00:00:00 2001 From: OJ Date: Wed, 26 Feb 2014 17:14:14 +1000 Subject: [PATCH] Adjust project config * Remove editbin usage for console apps * Remove whole program optimisation --- .../source/exploits/bypassuac/TIOR/TIOR.vcxproj | 16 ++++++++++------ .../bypassuac/Win7Elevate/Win7Elevate.vcxproj | 10 ++++------ .../Win7ElevateDll/Win7ElevateDll.vcxproj | 4 ++-- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/external/source/exploits/bypassuac/TIOR/TIOR.vcxproj b/external/source/exploits/bypassuac/TIOR/TIOR.vcxproj index a7cac5c048..224822ec99 100644 --- a/external/source/exploits/bypassuac/TIOR/TIOR.vcxproj +++ b/external/source/exploits/bypassuac/TIOR/TIOR.vcxproj @@ -39,14 +39,14 @@ Application false - true + false Unicode v120 Application false - true + false Unicode v120 @@ -110,7 +110,8 @@ - editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetDir)$(TargetFileName)" > NUL + + @@ -127,7 +128,8 @@ true - editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,5.2 "$(TargetDir)$(TargetFileName)" > NUL + + @@ -152,7 +154,8 @@ - editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetDir)$(TargetFileName)" > NUL + + @@ -177,7 +180,8 @@ - editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,5.2 "$(TargetDir)$(TargetFileName)" > NUL + + diff --git a/external/source/exploits/bypassuac/Win7Elevate/Win7Elevate.vcxproj b/external/source/exploits/bypassuac/Win7Elevate/Win7Elevate.vcxproj index 718466db36..70db49eeed 100644 --- a/external/source/exploits/bypassuac/Win7Elevate/Win7Elevate.vcxproj +++ b/external/source/exploits/bypassuac/Win7Elevate/Win7Elevate.vcxproj @@ -39,14 +39,14 @@ Application false - true + false Unicode v120 Application false - true + false Unicode v120 @@ -170,8 +170,7 @@ WIN32;_UNICODE;UNICODE;%(PreprocessorDefinitions) - editbin.exe /NOLOGO /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetDir)$(TargetFileName)" > NUL -copy /y "$(TargetDir)$(TargetFileName)" "$(ProjectDir)..\..\..\..\..\data\post\bypassuac-$(PlatformTarget).exe" + copy /y "$(TargetDir)$(TargetFileName)" "$(ProjectDir)..\..\..\..\..\data\post\bypassuac-$(PlatformTarget).exe" @@ -203,8 +202,7 @@ copy /y "$(TargetDir)$(TargetFileName)" "$(ProjectDir)..\..\..\..\..\data\post\b WIN64;_WIN64;_UNICODE;UNICODE;%(PreprocessorDefinitions) - editbin.exe /NOLOGO /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,5.02 "$(TargetDir)$(TargetFileName)" > NUL -copy /y "$(TargetDir)$(TargetFileName)" "$(ProjectDir)..\..\..\..\..\data\post\bypassuac-$(PlatformTarget).exe" + copy /y "$(TargetDir)$(TargetFileName)" "$(ProjectDir)..\..\..\..\..\data\post\bypassuac-$(PlatformTarget).exe" diff --git a/external/source/exploits/bypassuac/Win7ElevateDll/Win7ElevateDll.vcxproj b/external/source/exploits/bypassuac/Win7ElevateDll/Win7ElevateDll.vcxproj index 74ed446824..6372bf0275 100644 --- a/external/source/exploits/bypassuac/Win7ElevateDll/Win7ElevateDll.vcxproj +++ b/external/source/exploits/bypassuac/Win7ElevateDll/Win7ElevateDll.vcxproj @@ -39,14 +39,14 @@ DynamicLibrary false - true + false Unicode v120 DynamicLibrary false - true + false Unicode v120