raw decoder for protobufs format

For Posterity: Google’s protocol buffer tools have the ability to decode raw buffers. Just send the unknown buffer to it and pass the–decode_raw flag $ protoc –decode_raw < has_no_proto.buff 2 { 2: “Error retrieving information from server. [RH-02]” } So here’s a message with field 2 set to an embedded message which in turn has … Read more