Difference between revisions of "Windows 2008"

Jump to navigation Jump to search
201 bytes added ,  11:42, 22 November 2010
→‎Disable ASLR: Updated with argument for and against
(→‎Build: Added ASLR)
(→‎Disable ASLR: Updated with argument for and against)
Line 4: Line 4:


=== Disable ASLR ===
=== Disable ASLR ===
Address space layout randomisation is a feature which involves randomly arranging the positions of key data areas, in order to mitigate memory snapshot image vulnerabilities (which is generally not a problem).  This can reduce reduce VMware's page sharing between VM's, increasing overall physical memory usage.
Address space layout randomisation is a feature which involves randomly arranging the positions of key data areas, in order to mitigate memory snapshot image vulnerabilities (which is generally not a problem).  There are suggestions that this can reduce reduce VMware's page sharing between VM's, increasing overall physical memory usage.  However, its probably true that whilst memory page locations will be randomised, the VMkernel will still be able to match up identical pages between different OS instances.


  HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\"MoveImages"=dword:00000000
  HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\"MoveImages"=dword:00000000

Navigation menu