https://github.com/stacksmashing/pico-tpmsniffer
A simple, very experimental TPM sniffer for LPC bus
https://github.com/stacksmashing/pico-tpmsniffer
Last synced: 11 months ago
JSON representation
A simple, very experimental TPM sniffer for LPC bus
- Host: GitHub
- URL: https://github.com/stacksmashing/pico-tpmsniffer
- Owner: stacksmashing
- License: other
- Created: 2024-02-03T17:15:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T08:11:31.000Z (almost 2 years ago)
- Last Synced: 2024-03-25T23:50:37.001Z (almost 2 years ago)
- Language: C
- Size: 125 KB
- Stars: 431
- Watchers: 21
- Forks: 63
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - stacksmashing/pico-tpmsniffer - A simple, very experimental TPM sniffer for LPC bus (C)
README
# 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
```
## Hardware
The board files are in `hardware/`, the Pogo pins used are of the type: P50-B1-16mm
## Usage
Just connect to the serial port, boot your machine, and push against the card connector!