# Packages
Package compression implements reading and writing of compressed files.
Package fmap parses flash maps.
Package fsp implements FSP info header parsing.
Package guid implements the mixed-endian GUID as implemented by Microsoft.
Package guid2english provides a transform.Transformer which replaces all GUIDs in the input with their known English representation.
Package knownguids contains a list of guids and their names.
Package uefi contents data types for the components found in UEFI and an Parse function for reading an image.
Package unicode converts between UCS2 cand UTF8.
Package utk is where the implementation of the utk command lives.
Package visitors uses the Visitor interface to recursively apply an operation over the firmware image.