BinaryHardeningResult interface
ファームウェアのバイナリセキュリティ強化。
プロパティ
architecture | アップロードされたファームウェアのアーキテクチャ。 |
binary |
バイナリセキュリティ強化結果の ID。 |
class | 32 ビットまたは 64 ビットを示す実行可能クラス。 |
features | バイナリセキュリティ強化機能。 |
file |
実行可能パス。 |
rpath | アップロードされたファームウェアの rpath。 |
runpath | アップロードされたファームウェアの実行パス。 |
プロパティの詳細
architecture
アップロードされたファームウェアのアーキテクチャ。
architecture?: string
プロパティ値
string
binaryHardeningId
バイナリセキュリティ強化結果の ID。
binaryHardeningId?: string
プロパティ値
string
class
32 ビットまたは 64 ビットを示す実行可能クラス。
class?: string
プロパティ値
string
features
filePath
実行可能パス。
filePath?: string
プロパティ値
string
rpath
アップロードされたファームウェアの rpath。
rpath?: string
プロパティ値
string
runpath
アップロードされたファームウェアの実行パス。
runpath?: string
プロパティ値
string