Share via


BinaryHardeningSummaryResource interface

Properties for a binary hardening analysis summary.

Extends

Properties

notExecutableStackCount

Total number of analyzed files that were found to have a nonexecutable stack

positionIndependentExecutableCount

Total number of analyzed files that were compiled to be a position independent executable

relocationReadOnlyCount

Total number of analyzed files that have enabled relocation read-only protections

stackCanaryCount

Total number of analyzed files that have stack canaries enabled

strippedBinaryCount

Total number of analyzed files that have debug symbols stripped

summaryType

Describes the type of summary object.

totalFiles

Total number of binaries that were analyzed

Inherited Properties

provisioningState

The status of the last operation.

Property Details

notExecutableStackCount

Total number of analyzed files that were found to have a nonexecutable stack

notExecutableStackCount?: number

Property Value

number

positionIndependentExecutableCount

Total number of analyzed files that were compiled to be a position independent executable

positionIndependentExecutableCount?: number

Property Value

number

relocationReadOnlyCount

Total number of analyzed files that have enabled relocation read-only protections

relocationReadOnlyCount?: number

Property Value

number

stackCanaryCount

Total number of analyzed files that have stack canaries enabled

stackCanaryCount?: number

Property Value

number

strippedBinaryCount

Total number of analyzed files that have debug symbols stripped

strippedBinaryCount?: number

Property Value

number

summaryType

Describes the type of summary object.

summaryType: "BinaryHardening"

Property Value

"BinaryHardening"

totalFiles

Total number of binaries that were analyzed

totalFiles?: number

Property Value

number

Inherited Property Details

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

Inherited From SummaryResourceProperties.provisioningState