Documentation ¶
Index ¶
Constants ¶
ID represents the unique id of DiffMeasuredBoot analyzer
Variables ¶
This section is empty.
Functions ¶
func GetACMInfo ¶
func GetACMInfo(image []byte) (*intelacmanalysis.ACMInfo, error)
GetACMInfo tries to parse ACM information from a firmware image
Types ¶
type ErrNoSACMFound ¶
type ErrNoSACMFound struct{}
ErrNoSACMFound means that "Startup AC Module" entry was not found
func (ErrNoSACMFound) Error ¶
func (e ErrNoSACMFound) Error() string
type ErrParsingFITEntries ¶
type ErrParsingFITEntries struct {
// contains filtered or unexported fields
}
ErrParsingFITEntries means that an error happened when trying to get FIT entries
func (ErrParsingFITEntries) Error ¶
func (e ErrParsingFITEntries) Error() string
type Input ¶
type Input struct { OriginalFirmware analysis.OriginalFirmwareBlob ActualFirmware analysis.ActualFirmwareBlob }
Input is an input structure required for analyzer
Click to show internal directories.
Click to hide internal directories.