Support for protobuf?
Hi!
Would it be feasible to add support for protobuf that is used by google play?
See attached screenshot.
Thanks and regards

Please check out version 1.4. I add it with hard code and will think how to put it into configuration of fiddler
Cool thanks!
I will try it out, where did you put the files: Protobuf2Json.dll Inspectors/ProtobufInspector.dll ?
Thanks and regards
You may download it here:
https://github.com/BlueMatthew/ProtobufInspector/releases
Seems to work, thanks for the update!
Is it also possible to generate a .proto file from the decoded protobuf?
Here is what the decoded protobuf looks like:

Thanks and regards
No, it can't gen proto file and it's not reversible. I just use the method like "protoc --decode_raw" to parse the data without proto and it's human-readable(json style). But it is not always accurate.