stacksmashing / LPCClocklessAnalyzer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 76.5%Language:CMake 12.5%Language:Python 11.0%