Home > Back-end >  C implementation of the QQ client, VC project, downloadable/learning, research
C implementation of the QQ client, VC project, downloadable/learning, research

Time:12-09

https://download.csdn.net/download/wim1234/12572689

Learning, research with c + + source code, I QQ communication protocol black box in 2012, at least, still can compile the project, login QQ, chat transfer files/learning, research

# # # # # # # # # # # not much said, directly on the source code snippet
//decryption first
DecryptData (pSessionKey);

//* 2. The sender QQ number, 4 bytes
M_iSender=get int ();
//* 3. The receiver QQ number, 4 bytes
M_iRecver=get int ();
//* 4. Package serial number (not when we send the serial number, because this is 4 bytes, may be the server-side total number)
M_iServerSessionID=get int ();
//* 5. Sender IP, if it is server forwarding, so IP is the server IP, 4 bytes
M_iSenderIP=get int ();
//* 6. The sender of the port, if the forward is the server, so is the server port, 2 bytes
M_usSenderPort=getUSHORT ();
//* 7. Message type, be friends, or strangers, or the system messages, etc., 2 bytes
M_usMainType=getUSHORT ()

https://download.csdn.net/download/wim1234/12572689

CodePudding user response:

Jude remember of anthozoan QQ soff are caught, QQ now compared to the time change is too big,

CodePudding user response:

Not the same probability,
Coral is tampered with QQ executable, shell, and profit of

I have no interface, this is just a communication protocol, is a command-line program
And already can't logged in, just as learning to use

CodePudding user response:


Web qq after the cancellation, I am too lazy to study qq bot,

CodePudding user response:

This is the agreement, the PC version QQ has nothing to do with webQQ
  • Related