/DYNAMICBASE
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at -DYNAMICBASE.
Specifies whether an executable image can be randomly rebased at load time by using address space layout randomization (ASLR).
/DYNAMICBASE[:NO]
By default, the linker sets the /DYNAMICBASE option.
This option modifies the header of an executable image to indicate whether the loader can randomly rebase the image at load time.
ASLR is supported on Windows Vista, Windows Server 2008, Windows 7, Windows 8, and Windows Server 2012.
Show: