BinaryHardening interface
Binary hardening of a firmware.
Properties
| architecture | The architecture of the uploaded firmware. |
| binary |
ID for the binary hardening result. |
| canary | Canary flag. |
| class | class for binary hardening. |
| nx | NX flag. |
| path | path for binary hardening. |
| pie | PIE flag. |
| relro | RELRO flag. |
| rpath | The rpath of the uploaded firmware. |
| runpath | The runpath of the uploaded firmware. |
| stripped | Stripped flag. |
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
canary
Canary flag.
canary?: string
Property Value
string
class
class for binary hardening.
class?: string
Property Value
string
nx
NX flag.
nx?: string
Property Value
string
path
path for binary hardening.
path?: string
Property Value
string
pie
PIE flag.
pie?: string
Property Value
string
relro
RELRO flag.
relro?: 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
stripped
Stripped flag.
stripped?: string
Property Value
string