Is possible to "decompile" the binary data received from some websocket using protocol buffers.
When I go to Chrome Developer Tools > Network I can see the some data sent and received in JSON but the Binary data is not readable.
Is possible to "decompile" the binary data received from some websocket using protocol buffers.
When I go to Chrome Developer Tools > Network I can see the some data sent and received in JSON but the Binary data is not readable.
You can watch messages server sent in "Network" tab at google chrome dev tools. Or you can watch traffic using WireShark. Then decompile data by algorithm(here is a good description)