Skip to content

Repository files navigation

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

About

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

Resources

Stars

154 stars

Watchers

9 watching

Forks

Releases

Packages

Used by

Contributors

Languages