Udostępnij przez


IBinaryHardeningResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningResultTypeConverter))]
public interface IBinaryHardeningResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningResultTypeConverter))>]
type IBinaryHardeningResult = interface
    interface IJsonSerializable
Public Interface IBinaryHardeningResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Architecture

The architecture of the uploaded firmware.

BinaryHardeningId

ID for the binary hardening result.

Class

The executable class to indicate 32 or 64 bit.

ExecutableArchitecture

The architecture of the binary being reported on.

ExecutableClass

The executable class to indicate 32 or 64 bit.

FeatureCanary

Canary (stack canaries) flag.

FeatureNx

NX (no-execute) flag.

FeaturePie

PIE (position independent executable) flag.

FeatureRelro

RELRO (relocation read-only) flag.

FeatureStripped

Stripped flag.

FilePath

The path to the binary in the firmware.

ProvisioningState

The status of the last operation.

Rpath

The rpath property of the uploaded binary, which is a deprecated method of specifying additional paths to load objects at runtime.

Runpath

The runpath property of the uploaded binary, which is a method of specifying additional paths to load objects at runtime.

SecurityHardeningFeatureCanary

Flag indicating if the binary was compiled with stack canaries enabled.

SecurityHardeningFeatureNoExecute

Flag indicating the binary's stack is set to NX (no-execute).

SecurityHardeningFeaturePositionIndependentExecutable

Flag indicating the binary was compiled to be a position independent executable.

SecurityHardeningFeatureRelocationReadOnly

Flag indicating the binary has enabled relocation read-only protections.

SecurityHardeningFeatureStripped

Flag indicating if debug symbols have been stripped from the binary.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to