Home > Software engineering >  How to acquire and take over the TCP connection has been established in the program
How to acquire and take over the TCP connection has been established in the program

Time:10-06

How to get and to take over the TCP connection has been established in the program, use the program has established a TCP connection to send and receive data,

CodePudding user response:

Hook the socket API to take over

CodePudding user response:

Hook winsock API can obtain the target program socket handle, and use the handle to a socket to send and receive data

CodePudding user response:

In front of all sorts of trojans, and all safety non-existing,

CodePudding user response:

Established good TCP connection socket handles saved to a global variable, or member variables, such as vector
  • Related