• 大小: 42.12MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-29
  • 语言: 其他
  • 标签: VS2013编译  

资源简介

一个EXE文件解析程序的源代码,VS2013可直接编译通过

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Analy.h“
#include “AnalyDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAnalyApp

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

/////////////////////////////////////////////////////////////////////////////
// CAnalyApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CAnalyApp object

CAnalyApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CAnalyApp initialization

BOOL CAnalyApp::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.

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

CAnalyDlg 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;
}

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

     文件        910  2004-07-21 21:24  Backup\Analy.sln

    ..A..H.      7680  2004-07-21 21:24  Backup\Analy.v12.suo

     文件   74907648  2014-11-20 13:51  ipch\analy-d0af0b85\debug\analy-ed2de2fe.ipch

     文件   75759616  2014-11-20 13:55  ipch\analy-d0af0b85\release\analy-125b22f8.ipch

     文件       1078  2003-10-20 14:50  res\Analy.ico

     文件        397  2003-10-20 14:50  res\Analy.rc2

    ..A.SH.      3072  2005-09-13 10:21  res\Thumbs.db

     文件          9  2004-01-08 14:43  a a.txt

     文件      22944  2014-11-20 13:02  Analy.aps

     文件        983  2006-01-22 17:44  Analy.clw

     文件       2047  2014-11-20 13:48  Analy.cpp

     文件       4141  2003-10-20 14:50  Analy.dsp

     文件        533  2003-10-20 14:50  Analy.dsw

     文件       1313  2003-10-20 14:50  Analy.h

     文件     107520  2006-01-22 17:44  Analy.ncb

     文件      54784  2006-01-22 17:44  Analy.opt

     文件       1554  2006-01-22 17:44  Analy.plg

     文件       4917  2003-10-25 15:53  Analy.rc

     文件   78839808  2014-11-20 14:00  Analy.sdf

     文件        950  2014-11-20 13:01  Analy.sln

    ..A..H.      7680  2004-07-21 21:24  Analy.suo

    ..A..H.     33792  2014-11-20 14:00  Analy.v12.suo

     文件       4728  2004-07-21 21:24  Analy.vcproj

     文件       7384  2014-11-20 14:00  Analy.vcxproj

     文件       1927  2014-11-20 13:01  Analy.vcxproj.filters

     文件        165  2014-11-20 13:32  Analy.vcxproj.user

     文件      15387  2014-11-20 13:41  AnalyDlg.cpp

     文件       1665  2014-11-20 13:40  AnalyDlg.h

     文件       3561  2003-10-20 14:50  ReadMe.txt

     文件        867  2003-10-25 15:53  Resource.h

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

评论

共有 条评论