mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
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
This commit is contained in:
parent
28e9cf600b
commit
4ce404f214
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="nmap"
|
||||
ProjectGUID="{361719F0-AB42-4C93-9DE8-7D2144B96625}"
|
||||
RootNamespace="nmap"
|
||||
|
|
@ -175,8 +175,8 @@
|
|||
ProgramDatabaseFile=".\Release/nmap.pdb"
|
||||
SubSystem="1"
|
||||
OptimizeForWindows98="0"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
RandomizedBaseAddress="2"
|
||||
DataExecutionPrevention="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue