Expand description
Implements a command line utility to generate IGVM files.
Modules§
- file_
loader πImplements a loader that serializes the loaded state into the IGVM binary format. - identity_
mapping πImplements creation of JSON formatted launch measurement identity documents. This comes from Intelβs TD Identity Mapping, and has been expanded for SNP and VBS. This format allows verifiers to validate a COSE Sign1 payload, and correlate that to a launch measurement and SVN. - signed_
measurement πCreates a digest for supported isolation types which can be signed externally. - vp_
context_ πbuilder Defines the common VP context builder traits and methods for different isolation architectures.
Enums§
- Options π
Traits§
- Igvmfilegen
Register πA trait to specialize behavior of the file builder based on different register types for different architectures. Different methods may need to be called depending on the register type that represents the given architecture.
Functions§
- create_
igvm_ πfile Create an IGVM file from the specified config - Validate an in-memory IGVM file and the binary repr are equivalent.
- load_
image πLoad an image. - load_
linux π - load_
uefi π - main π