From 4ce404f2140a95e5005c7d855777f26ba47c66d7 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 12 Aug 2010 14:01:16 +0000 Subject: [PATCH] Enabled ASLR and DEP for Nmap.exe, Ncat.exe and Nping.exe on Windows Vista and above. Visual C++ will set the /DYNAMICBASE and /NXCOMPAT flags in the PE header. Executables generated using py2exe or NSIS and third party binaries (OpenSSL, WinPcap) still don't support ASLR or DEP. Support for DEP on XP SP3, using SetProcessDEPPolicy(), could still be implemented. See http://seclists.org/nmap-dev/2010/q3/328 --- mswin32/nmap.vcproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mswin32/nmap.vcproj b/mswin32/nmap.vcproj index 4bf927801..a197ccce1 100644 --- a/mswin32/nmap.vcproj +++ b/mswin32/nmap.vcproj @@ -1,7 +1,7 @@