Winsock
This program uses Winsock to send/listen/receive data from one machine to another. Uses TCP/IP or UDP protocols.
It also has optional logging to Jaguar.log so is suitable for deployment to EAServer.
Win API Functions used:
| RtlMoveMemory | FormatMessage | CryptBinaryToString |
| CryptStringToBinary | WNetGetUser | accept |
| bind | closesocket | connect |
| gethostbyaddr | gethostname | gethostbyname |
| getpeername | getsockopt | htonl |
| htons | inet_addr | inet_ntoa |
| listen | ntohl | recv |
| recvfrom | send | sendto |
| setsockopt | socket | WSACleanup |
| WSAGetLastError | WSAStartup | WSAAsyncSelect |
| WSAAddressToString |
——— Last updated 02/08/2012 ———