]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Enable DEP and ASLR flags on VC++ linker command line
authorOwen Dunn <owen@greenend.org.uk>
Tue, 24 Nov 2015 22:57:46 +0000 (22:57 +0000)
committerOwen Dunn <owen@greenend.org.uk>
Tue, 24 Nov 2015 22:57:46 +0000 (22:57 +0000)
commit0014ffb70c9ed234984595d6c9ca3b5c175996aa
tree29afc3b07a80e936872cdc2bba859a24efe5f54f
parent48db456801cf90369330248075b7e480252696ff
Enable DEP and ASLR flags on VC++ linker command line

/dynamicbase and /nxcompat on the VC linker command line should
enable DEP and ASLR according to this MSDN article.
https://msdn.microsoft.com/en-us/library/bb430720.aspx
mkfiles.pl