BinaryHardeningFeatures.PositionIndependentExecutable Property
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.
Flag indicating the binary was compiled to be a position independent executable.
public bool? PositionIndependentExecutable { get; set; }
member this.PositionIndependentExecutable : Nullable<bool> with get, set
Public Property PositionIndependentExecutable As Nullable(Of Boolean)