FirmwareSummary interface
Properties for high level summary of firmware analysis results.
- Extends
Properties
analysis |
Time used for analysis |
binary |
Binary count |
component |
Components count. |
extracted |
Extracted file count. |
extracted |
Total extracted size of the firmware in bytes. |
file |
Firmware file size in bytes. |
root |
The number of root file systems found. |
summary |
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"