ProtobufInspector icon indicating copy to clipboard operation
ProtobufInspector copied to clipboard

Support for protobuf?

Open markus080402 opened this issue 4 years ago • 6 comments

Hi!

Would it be feasible to add support for protobuf that is used by google play?

See attached screenshot.

Thanks and regards unknown-17

markus080402 avatar Jan 16 '22 18:01 markus080402

Please check out version 1.4. I add it with hard code and will think how to put it into configuration of fiddler

BlueMatthew avatar Jan 16 '22 23:01 BlueMatthew

Cool thanks!

I will try it out, where did you put the files: Protobuf2Json.dll Inspectors/ProtobufInspector.dll ?

Thanks and regards

markus080402 avatar Jan 17 '22 09:01 markus080402

You may download it here:

https://github.com/BlueMatthew/ProtobufInspector/releases

BlueMatthew avatar Jan 17 '22 10:01 BlueMatthew

Seems to work, thanks for the update!

markus080402 avatar Jan 17 '22 11:01 markus080402

Is it also possible to generate a .proto file from the decoded protobuf?

Here is what the decoded protobuf looks like:

image

Thanks and regards

markus080402 avatar Jan 17 '22 11:01 markus080402

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.

BlueMatthew avatar Jan 17 '22 12:01 BlueMatthew