/LPCClocklessAnalyzer

A Saleae Analyzer for TPM traffic that only requires the LADD & LFRAME signals, no clock.

Primary LanguageC++MIT LicenseMIT

LPCClocklessAnalyzer

This is an analyzer for LPC TPM traffic that does not require the clock signal.

Building this Analyzer

Windows

mkdir build
cd build
cmake .. -A x64
cmake --build .
:: built analyzer will be located at SampleAnalyzer\build\Analyzers\Debug\SimpleSerialAnalyzer.dll

MacOS

mkdir build
cd build
cmake ..
cmake --build .
# built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so

Linux

mkdir build
cd build
cmake ..
cmake --build .
# built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so