sdrr-fw-parser

Crates.iosdrr-fw-parser
lib.rssdrr-fw-parser
version0.4.2
created_at2025-07-22 13:06:01.358745+00
updated_at2025-09-06 08:39:35.612661+00
descriptionOne ROM firmware parser
homepage
repositoryhttps://github.com/piersfinlayson/one-rom
max_upload_size
id1763507
size83,753
Piers Finlayson (piersfinlayson)

documentation

README

sdrr-fw-parser

Crate to handle parsing an SDRR firmware image.

This can can be a .bin or .elf file - or could be the contents of an STM32's flash memory. It supports no_std environments, for adding to embedded applications, or std for use in PC-based tools.

A PC-based reference implementation is provided in the sdrr-info tool, which is used to parse and output the contents of a firmware image when you run make info or make info-detail.

A reference embedded implementation using this crate is Airfrog, which is a tiny $3 probe for ARM devices, that can be used to inspect the firmware and runtime state of the SDRR device, and change its configuration and ROM data - while it is serving ROMs.

Commit count: 107

cargo fmt