S
S
Stepgor2021-08-22 14:09:14
Node.js
Stepgor, 2021-08-22 14:09:14

Is it possible to convert hex payload to readable schema (steam)?

Understanding how csgo interacts with servers. I use nethook2 and nethook analyzer2.
In many methods, you can observe both payload and an understandable data scheme, the screen is below.
61222e2646bd3853163265.png
I haven't worked much with a buffer before, but I understand that a buffer is sent to the server which is assembled using Buffer.contcat([Buffer(header), Buffer(data)]).
And there are methods where the nethook analyzer does not show a clear data scheme, an example.
61222f2c785ad657307622.png
So, I understand how the header is generated, but is it possible to somehow bring the payload part, where the data is located and understand what scheme is used to communicate with the server and what specifically needs to be sent.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question