Показать сообщение отдельно
Непрочитано 10.05.2016, 17:28   #7
Пользователь

По умолчанию Re: need help to decrypt

Цитата:
Сообщение от Awiion Посмотреть сообщение
The header contains packet information,
Packet length 2 bytes,
The server packets are not encrypted,
The client packets are encrypted,
Bit packages are shifted by x bits, on the basis of the offset that was sent


The packet header of 4 bytes,
The header contains packet information, packet length.
The first two bytes of the package ID, else two bytes of packet length.

The server packets are not encrypted,
The client packets are encrypted,

cdiv is calculated by the formula,

int bit = Id (session Id connected) % 7 + 1;
Цитата:
Сообщение от Awiion Посмотреть сообщение
Not the right structure ..
1. PROTOCOL_BASE_GET_MYINFO_ACK
2. PROTOCOL_INVENTORY_GET_INFO_ACK
What other names INVENTORY PROTOCOL GET_INFO ACK on the server I did not find it

and, please tell me the exact structure
crayonnet вне форума Ответить с цитированием