kukulo2011 / pico-tpmsniffer

A simple, very experimental TPM sniffer for LPC bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pico TPMSniffer

This is experimental software and hardware. It's not ready to use for professional or production use.

The board (in /hardware/) is compatible with the "Debug Card" connector found on some Lenovo laptops. The firmware currently only supports LPC, not SPI TPMs.

Building

export PICO_SDK_PATH=path to your Pico-SDK
mkdir build
cd build
cmake ..
make

Usage

Just connect to the serial port, boot your machine, and push against the card connector!

About

A simple, very experimental TPM sniffer for LPC bus

License:Other


Languages

Language:C 59.2%Language:CMake 40.8%