mildsunrise/protobuf-inspector
🕵️ Tool to reverse-engineer Protocol Buffers with unknown definition observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3693
- days_rel: n/a
- days_push: 2089
- n_releases_24m: 0
Adoption not part of the score
1125 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python CLI tool that parses Google Protobuf encoded blobs (wire format 2 or 3) without knowing their schema definition, printing a colored representation of the contents. It guesses message structure automatically and lets users progressively define fields until a full protobuf definition is recovered.
Use cases
- reverse-engineer a protobuf blob without its .proto definition
- decode unknown protocol buffers wire format data
- inspect captured protobuf network traffic
- learn how the protobuf wire format is encoded
- recover a protobuf schema from binary messages
- debug protobuf parsing errors in embedded messages
When to choose
- you have protobuf-encoded binary data but no schema file
- you want to interactively guess field types until a full definition emerges
- you want to understand the raw wire format layout of a message
When to avoid
- you already have the .proto definition and just need a normal decoder
- you need programmatic parsing of known schemas at scale
- you need guaranteed-correct decoding of ambiguous small fields
Facets
cli-tool · maturity maintenance
parser reverse-engineering serialization developer-tools reverse-engineering parsers developer-tools python cli cross-platform protobuf wire-format protocol-buffers binary-analysis command-line
2 sources
- readme: https://github.com/mildsunrise/protobuf-inspector · fetched 2026-08-28 · b7e2b9ffc28e
- registry_pypi: https://pypi.org/pypi/protobuf-inspector/json · fetched 2026-08-29 · 2ed0ba844fea
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mildsunrise/protobuf-inspector | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mildsunrise/protobuf-inspector")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem