• 大小: 1.88MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-24
  • 语言: 其他
  • 标签: cc源码  源码程序  

资源简介

cc攻击源码

资源截图

代码片段和文件信息

// cc.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “cc.h“
#include “ccDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CCcApp

BEGIN_MESSAGE_MAP(CCcApp CWinApp)
//{{AFX_MSG_MAP(CCcApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCcApp construction

CCcApp::CCcApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCcApp object

CCcApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCcApp initialization

BOOL CCcApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CCcDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1979  2012-05-26 11:20  CCSource\CCSource\cc.clw

     文件       2007  2004-08-30 23:02  CCSource\CCSource\cc.cpp

     文件       4087  2004-08-30 13:21  CCSource\CCSource\cc.dsp

     文件        529  2004-08-30 13:21  CCSource\CCSource\cc.dsw

     文件       1280  2004-08-30 13:21  CCSource\CCSource\cc.h

     文件      66560  2012-05-26 11:20  CCSource\CCSource\cc.ncb

     文件       1803  2012-05-26 11:18  CCSource\CCSource\cc.plg

     文件      17383  2004-09-03 11:26  CCSource\CCSource\ccDlg.cpp

     文件       1905  2004-09-02 09:00  CCSource\CCSource\ccDlg.h

     文件       3507  2004-08-30 13:21  CCSource\CCSource\ReadMe.txt

     文件       1078  2004-08-30 23:02  CCSource\CCSource\res\cc.ico

     文件        394  2004-08-30 13:21  CCSource\CCSource\res\cc.rc2

     文件       1738  2004-09-02 09:02  CCSource\CCSource\resource.h

     文件        204  2004-08-30 13:21  CCSource\CCSource\StdAfx.cpp

     文件       1054  2004-08-30 13:21  CCSource\CCSource\StdAfx.h

     文件       3566  2004-10-20 20:06  CCSource\CCSource\代码发布说明.txt

     文件       3408  2012-05-26 11:18  CCSource\CCSource\Release\cc.res

     文件    7116864  2012-05-26 11:18  CCSource\CCSource\Release\cc.pch

     文件      50176  2012-05-26 11:18  CCSource\CCSource\Release\vc60.idb

     文件        825  2012-05-26 11:18  CCSource\CCSource\Release\StdAfx.obj

     文件      57890  2012-05-26 11:18  CCSource\CCSource\Release\ccDlg.obj

     文件      10425  2012-05-26 11:18  CCSource\CCSource\Release\cc.obj

     文件      36864  2012-05-26 11:18  CCSource\CCSource\Release\cc.exe

     文件      50688  2012-05-26 11:20  CCSource\CCSource\cc.opt

     文件       6524  2012-05-26 11:20  CCSource\CCSource\cc.rc

     文件      37536  2012-05-26 11:20  CCSource\CCSource\cc.aps

     目录          0  2004-09-19 16:56  CCSource\CCSource\res

     目录          0  2012-05-26 11:18  CCSource\CCSource\Release

     目录          0  2004-10-22 08:51  CCSource\CCSource

     目录          0  2012-05-26 11:18  CCSource

............此处省略3个文件信息

评论

共有 条评论