BinaryHardeningResult Class
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.
Binary hardening of a firmware.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningResultTypeConverter))]
public class BinaryHardeningResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IBinaryHardeningResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningResultTypeConverter))>]
type BinaryHardeningResult = class
interface IBinaryHardeningResult
interface IJsonSerializable
Public Class BinaryHardeningResult
Implements IBinaryHardeningResult
- Inheritance
-
BinaryHardeningResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BinaryHardeningResult() |
Creates an new BinaryHardeningResult instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BinaryHardeningResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BinaryHardeningResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IBinaryHardeningResult. |
| FromJsonString(String) |
Creates a new instance of BinaryHardeningResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BinaryHardeningResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |