To support the [PC Client RIM Specification](https://trustedcomputinggroup.org/wp-content/uploads/TCG_PC_Client_RIM_r0p15_15june2020.pdf) which utilizes the TPM Event Log as a Support RIM type , it was useful to
have a tool for inspecting the contents of the [TPM event log](https://github.com/nsacyber/HIRS/wiki/TPM-Event-Logs). A Linux command line tool named "elt" (event log tool) has been
created to parse and print human readable output, provide hedicimal evnts which can be used as test patterns, and to
compare event logs for providing details on what events miscompared.
# Building
To build this tool navigate to the tcg_eventlog-tool directory and use the following commmand:
> ./gradlew clean build
To create an RPM on a linux device use the following command in the dame directory:
> ./gradlew builRPM
To install this tool use the following commmand from the same directory: