摘要: #include <WinSock2.h>#include <WS2tcpip.h>#pragma comment(lib, "ws2_32.lib")#include <stdio.h>const char* info = "wow.exe ipaddress/hostname port macaddress(xx-xx-xx-xx-xx-xx)\n";int wmain(int argc,wchar_t** argv){ if(argc<4) { printf(info); return -1; } WORD 阅读全文
posted @ 2012-07-24 08:38 不含特殊字符 阅读(263) 评论(0) 推荐(0) 编辑