Expand Minimize
This topic has not yet been rated - Rate this topic

/DYNAMICBASE (Use address space layout randomization)

Specifies whether to generate an executable image that can be randomly rebased at load-time by using the address space layout randomization (ASLR) feature of Windows Vista.

/DYNAMICBASE[:NO]

This option modifies the header of an executable to indicate whether the application should be randomly rebased at load time.

Address space layout randomization is supported only on Windows Vista and later operating systems.

To set this linker option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.

  2. Expand the Configuration Properties node.

  3. Expand the Linker node.

  4. Select the Advanced property page.

  5. Modify the Randomized Base Address property.

To set this linker option programmatically

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.