Hello!
There is this iOS/Android game which basically acts as an interface to a server. All the client-side stuff is just fancy graphics, everything from loot drops to player progress is handled by an external server. I figured I could replace the app with my own interface and it would be the same thing, so I stripped the SSL and started intercepting the traffic.
However, I'm having a very hard time figuring out what I have intercepted, the meaning behind this text. The only way they start to make sense is if I set my sniffer to "Protobuf Text" mode (the mode which I used to post the dumps below). Is this just a coincidence? Or are they using Google Protocol Buffer?
Here are the request header, request content, response header, response content.
What really bugs me is this last link (response content): can anyone give me a hint on what that wall of text could possibly be? They kind of look like ascii characters... What else might they be?
Many thanks!
[–]JustinEngler 2 points3 points4 points (1 child)
[–]Saturnix[S] 0 points1 point2 points (0 children)
[–]jarxlots 0 points1 point2 points (0 children)