BinaryHardeningSummaryResource interface

Properties for a binary hardening analysis summary.

Extends

Properties

canary

Canary summary percentage

nx

NX summary percentage

pie

PIE summary percentage

relro

RELRO summary percentage

stripped

Stripped summary percentage

summaryType

Polymorphic discriminator, which specifies the different types this object can be

totalFiles

Total number of binaries that were analyzed

Property Details

canary

Canary summary percentage

canary?: number

Property Value

number

nx

NX summary percentage

nx?: number

Property Value

number

pie

PIE summary percentage

pie?: number

Property Value

number

relro

RELRO summary percentage

relro?: number

Property Value

number

stripped

Stripped summary percentage

stripped?: number

Property Value

number

summaryType

Polymorphic discriminator, which specifies the different types this object can be

summaryType: "BinaryHardening"

Property Value

"BinaryHardening"

totalFiles

Total number of binaries that were analyzed

totalFiles?: number

Property Value

number