enumRandomizedBaseAddressBOOL Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class enumRandomizedBaseAddressBOOL
public enum class enumRandomizedBaseAddressBOOL
enum enumRandomizedBaseAddressBOOL
public enum enumRandomizedBaseAddressBOOL
type enumRandomizedBaseAddressBOOL =
Public Enum enumRandomizedBaseAddressBOOL
- Inheritance
-
enumRandomizedBaseAddressBOOL
Fields
Name | Value | Description |
---|---|---|
RandomizedBaseAddressDefault | 0 | No option is specified. That is, neither |
RandomizedBaseAddressNo | 1 | Do not randomly rebase the executable. This value is equivalent to the |
RandomizedBaseAddressYes | 2 | Randomly rebase the executable. This value is equivalent to the |
Remarks
The ASLR feature modifies the header of an executable to indicate whether the application should be randomly rebased at load time. This enumeration corresponds to the /DYNAMICBASE (Use address space layout randomization) linker option.