/DYNAMICBASE

Specifies whether an executable image can be randomly rebased at load time by using address space layout randomization (ASLR).

/DYNAMICBASE[:NO]

Remarks

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.

See Also

Reference

EDITBIN Options

Other Resources

Windows ISV Software Security Defenses