# Functions

Analyze generates a difference report filled with additional simple analytics, like hamming distance.
Diff compares firmwareGoodData and firmwareBadData in areas specified by rangesOrig and returns the (memory) ranges where the data differs.
GetNodesInfo converts nodes to structures ready for human-readable printing.

# Structs

AnalysisReport contains an analyzed report for an UEFI image diff.
AnalysisReportEntry contains information about on block with different data.
No description provided by the author
No description provided by the author
NodeInfo is a struct contains information about one UEFI FFS node.
RelatedMeasurement contains the related measurement and the data chunks specifically related to the diff.

# Interfaces

Firmware is an abstraction over *uefi.UEFI.

# Type aliases

AnalysisReportEntries is a set of multiple AnalysisReportEntry-ies.
No description provided by the author
No description provided by the author
NodeInfos is a slice of NodeInfo-s.
No description provided by the author
No description provided by the author
RelatedMeasurementsLaconic is a helper to print measurements in a laconic way.