Skip to content

Commit 22c6065

Browse files
authored
Update dynamicbase.md
arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.
1 parent 96af0e8 commit 22c6065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/build/reference/dynamicbase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The **/DYNAMICBASE** option modifies the header of an *executable image*, a .dll
2020

2121
By default, **/DYNAMICBASE** is enabled. To disable this option, use **/DYNAMICBASE:NO**. The **/DYNAMICBASE** option is required for the [/HIGHENTROPYVA](highentropyva-support-64-bit-aslr.md) option to have an effect.
2222

23+
This option is not supported for Arm32 or Arm64 architectures.
24+
2325
## See also
2426

2527
- [EDITBIN Options](editbin-options.md)

0 commit comments

Comments
 (0)