SkillAgentSearch skills...

LPCClocklessAnalyzer

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

Install / Use

/learn @stacksmashing/LPCClocklessAnalyzer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars155
CategoryDevelopment
Updated9d ago
Forks28

Languages

C++

Security Score

95/100

Audited on Mar 20, 2026

No findings