资源简介
数据包攻击软件.数据包发送软件,内置TCP据包攻击/ICMP据包攻击/UDP数据包攻击.
代码片段和文件信息
// IdsTest.cpp: implementation of the CMyApp class.
//
//////////////////////////////////////////////////////////////////////
#include “IdsTest.h“
#include “MainDlg.h“
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CMyApp::CMyApp()
{
}
CMyApp::~CMyApp()
{
}
CMyApp TheApp;
BOOL CMyApp::InitInstance()
{
CMainDlg *TheDlg=new CMainDlg;
m_pMainWnd=TheDlg;
// TheDlg->Create(IDD_MAIN_DIALOG);
// TheDlg->ShowWindow(m_nCmdShow);
int rese=TheDlg->DoModal();
if(rese==IDOK)
{
delete TheDlg; //TO DO
return TRUE;
}
if(rese==IDCANCEL)
{
delete TheDlg; //TO DO
return FALSE;
}
return TRUE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..AD... 0 2002-02-04 16:39 34263636\Release
文件 118244 2002-01-21 12:48 34263636\IdsTest.aps
文件 80498 2002-01-20 10:07 34263636\s_020UY.BMP
文件 1965 2002-01-24 13:12 34263636\IdsTest.clw
文件 775 2002-01-19 21:01 34263636\IdsTest.cpp
文件 1996 2002-01-20 15:59 34263636\MainDlg.cpp
文件 15249 2002-01-31 19:22 34263636\SendIpPack.cpp
文件 1795 2002-01-25 16:07 34263636\SetmemDlg.cpp
文件 4320 2002-02-04 18:18 34263636\SndipDlg.cpp
文件 211 1998-05-26 18:12 34263636\StdAfx.cpp
文件 4652 2002-02-20 15:22 34263636\IdsTest.dsp
文件 539 2002-01-19 20:43 34263636\IdsTest.dsw
文件 208896 2002-02-04 18:18 34263636\Release\IdsTest.exe
文件 584 2002-01-19 20:53 34263636\IdsTest.h
文件 1287 2002-01-20 10:13 34263636\MainDlg.h
文件 1142 2002-01-20 16:24 34263636\resource.h
文件 1980 2002-01-31 19:21 34263636\SendIpPack.h
文件 1225 2002-01-25 15:57 34263636\SetmemDlg.h
文件 1502 2002-01-24 13:13 34263636\SndipDlg.h
文件 1149 2002-01-17 14:38 34263636\StdAfx.h
文件 5484 2006-04-07 16:41 34263636\下载说明.htm
文件 2998 2002-01-19 21:16 34263636\icon1.ico
文件 91136 2002-02-20 15:22 34263636\IdsTest.ncb
文件 86016 2002-02-20 15:22 34263636\IdsTest.opt
文件 1715 2002-02-20 15:22 34263636\IdsTest.plg
文件 4664 2002-01-21 12:48 34263636\IdsTest.rc
目录 0 2006-04-13 04:38 34263636
----------- --------- ---------- ----- ----
640022 27
............此处省略0个文件信息
评论
共有 条评论