Picopeeker
Developer
Miron Sulicz
About
PicoPeeker is a header-only memory inspection library for Raspberry Pi Pico (RP2040) and Pico 2 (RP2350) with a Fyne-based desktop GUI. The desktop app provides hex dump viewing, memory search (hex patterns, ASCII strings, integers), and quick access to memory regions. Perfect for game development, debugging buffer overruns, verifying code execution, or learning C memory layouts.
Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/MironCo/picopeeker/desktop-app/cmd/picopeeker@latest
Or you can download the code directly from git:
git clone https://github.com/MironCo/picopeeker