BinaryHardeningResult interface

Binary hardening of a firmware.

Properties

architecture

The architecture of the uploaded firmware.

binaryHardeningId

ID for the binary hardening result.

class

The executable class to indicate 32 or 64 bit.

features

Binary hardening features.

filePath

The executable path.

rpath

The rpath of the uploaded firmware.

runpath

The runpath of the uploaded firmware.

Property Details

architecture

The architecture of the uploaded firmware.

architecture?: string

Property Value

string

binaryHardeningId

ID for the binary hardening result.

binaryHardeningId?: string

Property Value

string

class

The executable class to indicate 32 or 64 bit.

class?: string

Property Value

string

features

Binary hardening features.

features?: BinaryHardeningFeatures

Property Value

filePath

The executable path.

filePath?: string

Property Value

string

rpath

The rpath of the uploaded firmware.

rpath?: string

Property Value

string

runpath

The runpath of the uploaded firmware.

runpath?: string

Property Value

string