资源简介
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个文件信息
相关资源
- 设备联机检测上线、下线、数据传输
- filedisk源码分析
- sift源码实现附有详细注释及其核心论
- 小区物业管理系统(源码 论文).ra
- mongoDb源码和笔记
- 学生成绩信息管理系统源码+论文+文献
- 萤火商城商业版完整包v1.1.7
- LOL走砍躲避连招源码 密码tre.e
- 梦幻西游最新押镖源码
- Intel 汇编语言程序设计第五版源码
- cc2540串口透传源码
- QT添加水印源码
- 群友分享的FLEX工作流设计器(含源码
- 人事管理系统源码PB9
- 基于visualstudio平台的KTV点歌系统源码
- 模拟Linux文件系统含源码及报告
- LEACH协议源码及NS2下安装教程
- flash个人简历模板210036
- 基于Lire库搜索相似图片源码
- MPC5744P CAN Bootloader上位机源码
- 京东商城app源码
- QQ飞车卡商城源码.e
- 基于.net技术的校园新闻发布系统全套
- springcloud源码
- 易语言66个酷Q插件源码打包
- root源码锁机软件生成器源码
- linux Apache httpd-2.2.9.tar.gz
- 互助折分盘源码,直销虚拟排单币系
- linux1.0内核详解含1.0源码
- 点餐系统 微信外卖餐饮店内扫码点餐
评论
共有 条评论