2009年7月23日

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)

C#仿IE地址栏控件

摘要: using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace Tools { ////// UserControl1 的摘要说明。 ///public class T... 阅读全文

posted @ 2009-07-23 19:45 Lori^^Cheung 阅读(660) 评论(0) 推荐(0)

导航