Share via


/DYNAMICBASE

 

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).

Syntax

  
/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

EDITBIN Options
Windows ISV Software Security Defenses