Visit Website

Simple program that can parse Google Protobuf encoded blobs (version 2 or 3) without knowing their accompanying definition. It will print a nice, colored representation of their contents. It can correctly guess the message structure most of the time, displaying fields in the order they are encoded in the wire, making it useful for understanding the wire format or for parser developers.

ALTERNATIVES