BinaryHardeningResult interface
Binární posílení firmwaru.
Vlastnosti
architecture | Architektura nahraného firmwaru. |
binary |
ID výsledku posílení zabezpečení binárního souboru. |
class | Spustitelná třída označující 32bitovou nebo 64bitovou verzi. |
features | Funkce posílení zabezpečení binárních souborů |
file |
Cesta ke spustitelnému souboru. |
rpath | Rpath nahraného firmwaru. |
runpath | Cesta spuštění nahraného firmwaru. |
Podrobnosti vlastnosti
architecture
Architektura nahraného firmwaru.
architecture?: string
Hodnota vlastnosti
string
binaryHardeningId
ID výsledku posílení zabezpečení binárního souboru.
binaryHardeningId?: string
Hodnota vlastnosti
string
class
Spustitelná třída označující 32bitovou nebo 64bitovou verzi.
class?: string
Hodnota vlastnosti
string
features
Funkce posílení zabezpečení binárních souborů
features?: BinaryHardeningFeatures
Hodnota vlastnosti
filePath
Cesta ke spustitelnému souboru.
filePath?: string
Hodnota vlastnosti
string
rpath
Rpath nahraného firmwaru.
rpath?: string
Hodnota vlastnosti
string
runpath
Cesta spuštění nahraného firmwaru.
runpath?: string
Hodnota vlastnosti
string