FirmwareSummary interface

Properties for high level summary of firmware analysis results.

Extends

Properties

analysisTimeSeconds

Time used for analysis

binaryCount

Binary count

componentCount

Components count.

extractedFileCount

Extracted file count.

extractedSize

Total extracted size of the firmware in bytes.

fileSize

Firmware file size in bytes.

rootFileSystems

The number of root file systems found.

summaryType

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

Property Details

analysisTimeSeconds

Time used for analysis

analysisTimeSeconds?: number

Property Value

number

binaryCount

Binary count

binaryCount?: number

Property Value

number

componentCount

Components count.

componentCount?: number

Property Value

number

extractedFileCount

Extracted file count.

extractedFileCount?: number

Property Value

number

extractedSize

Total extracted size of the firmware in bytes.

extractedSize?: number

Property Value

number

fileSize

Firmware file size in bytes.

fileSize?: number

Property Value

number

rootFileSystems

The number of root file systems found.

rootFileSystems?: number

Property Value

number

summaryType

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

summaryType: "Firmware"

Property Value

"Firmware"