3

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.

Enrique
  • 4,693
  • 5
  • 51
  • 71

1 Answers1

0

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)