ALLOWBIND

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index

Type

Switch

Syntax

{$ALLOWBIND ON}, {$ALLOWBIND OFF}

Default

{$ALLOWBIND OFF}

Scope

Global



Remarks

Specifies whether a DLL can be bound. The {$ALLOWBIND} option sets a bit in the DLL´s header that indicates to the Bind.exe file that the image can be bound. Make sure to disable the {$ALLOWBIND} option to prevent Bind.exe from binding the DLL.

Note: If address space layout randomization (ASLR) is enabled for the image, then {$ALLOWBIND} has no effect.


See Also