JTAG Hacking with a Raspberry Pi - Introducing the PiFex
Home
May 2024
Overview
When performing initial hardware analysis and recon, I have become very fond of using Armbian-based single-board computers (SBCs) for things like UART, SPI, I2C, JTAG, and SWD. One of the main benefits of using one of these boards is that since the peripherals we are interested in are exposed as character devices in Linux, a wide variety of tools are available for interfacing with them, including most programming and scripting languages.
However, one of the biggest hurdles...
Read more at voidstarsec.com