Definitely a useful tool.
Decoding protobuf (and message formats in general) can be such a pain and fun at the same time.
I’ve written ProtobufDecoder which takes a different approach: analyze the structure of the actual messages to help you figure out the protobuf structure of a message.
I’ve written ProtobufDecoder which takes a different approach: analyze the structure of the actual messages to help you figure out the protobuf structure of a message.
https://github.com/sandermvanvliet/ProtobufDecoder