-
Notifications
You must be signed in to change notification settings - Fork 445
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
.proto file for Protobuf #3
Comments
Yeah thanks :) I already found this! |
I'm just super curious about the method how these were reverse engineered from The protobuf messages or were these just leaked from The creators of the game? |
They just kind of appeared. Had to be some sort of leak, I don't think it would be possible to decode On Jul 16, 2016 1:48 PM, "Onni Hakala" [email protected] wrote:
|
@onnimonni it's rather easy to get the basics. Fire up mitmproxy with protobuf decoding, and it'll show you how to formulate a request and a response. The contents are harder, as they're not done the usual protobuf way (the same field can have multiple types, like a union, protobuf recommends Then extrapolate from there :). |
Update utilities.py
This might help:
The text was updated successfully, but these errors were encountered: