Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for protobuf? #3

Open
markus080402 opened this issue Jan 16, 2022 · 6 comments
Open

Support for protobuf? #3

markus080402 opened this issue Jan 16, 2022 · 6 comments

Comments

@markus080402
Copy link

Hi!

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

See attached screenshot.

Thanks and regards
unknown-17

@BlueMatthew
Copy link
Owner

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

@markus080402
Copy link
Author

Cool thanks!

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

Thanks and regards

@BlueMatthew
Copy link
Owner

You may download it here:

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

@markus080402
Copy link
Author

Seems to work, thanks for the update!

@markus080402
Copy link
Author

markus080402 commented Jan 17, 2022

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

@BlueMatthew
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants