• 大小: 1.84MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-30
  • 语言: C/C++
  • 标签: VC++  MFC  

资源简介

1、CMySocket类完全没有必要创建 2、这是把别人一个超复杂的端口扫描程序改写的,简化了一部分,还有很多设计粗糙的地方。

资源截图

代码片段和文件信息

// MySocket.cpp : implementation file
//

#include “stdafx.h“
#include “PortScan.h“
#include “MySocket.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMySocket

CMySocket::CMySocket()
{
}

CMySocket::~CMySocket()
{
}


// Do not edit the following lines which are needed by ClassWizard.
#if 0
BEGIN_MESSAGE_MAP(CMySocket CSocket)
//{{AFX_MSG_MAP(CMySocket)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
#endif // 0

/////////////////////////////////////////////////////////////////////////////
// CMySocket member functions

void CMySocket::OnAccept(int nErrorCode) 
{
// TODO: Add your specialized code here and/or call the base class

CSocket::OnAccept(nErrorCode);
}

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

     文件       1676  2012-09-04 22:04  PortScan\PortScanDlg.h

     文件       5546  2012-09-04 22:28  PortScan\PortScanDlg.cpp

     文件       6286  2012-09-04 17:01  PortScan\PortScan.rc

     文件      35932  2012-09-04 17:01  PortScan\PortScan.aps

     文件      54784  2012-09-04 22:33  PortScan\PortScan.opt

     文件       1841  2012-09-04 22:30  PortScan\PortScan.clw

     文件       3615  2012-09-04 15:21  PortScan\ReadMe.txt

     文件       1346  2012-09-04 15:21  PortScan\PortScan.h

     文件       2185  2012-09-04 15:21  PortScan\PortScan.cpp

     文件       4327  2012-09-04 17:03  PortScan\PortScan.dsp

     文件        133  2012-09-04 22:33  PortScan\必读说明.txt

     文件       1102  2012-09-04 15:21  PortScan\StdAfx.h

     文件        210  2012-09-04 15:21  PortScan\StdAfx.cpp

     文件        400  2012-09-04 15:21  PortScan\res\PortScan.rc2

     文件       1078  2012-09-04 15:21  PortScan\res\PortScan.ico

     目录          0  2012-09-04 15:21  PortScan\res

     文件        522  2012-09-04 15:21  PortScan\PortScan.dsw

     文件      58368  2012-09-04 22:33  PortScan\PortScan.ncb

     文件       2952  2012-09-04 17:01  PortScan\Debug\PortScan.res

     文件      28898  2012-09-04 22:28  PortScan\Debug\PortScanDlg.obj

     文件     222208  2012-09-04 22:28  PortScan\Debug\vc60.idb

     文件    5579276  2012-09-04 15:59  PortScan\Debug\PortScan.pch

     文件     364544  2012-09-04 22:28  PortScan\Debug\vc60.pdb

     文件     106497  2012-09-04 15:59  PortScan\Debug\StdAfx.obj

     文件       6027  2012-09-04 15:59  PortScan\Debug\MySocket.obj

     文件     242716  2012-09-04 22:28  PortScan\Debug\PortScan.ilk

     文件     110654  2012-09-04 22:28  PortScan\Debug\PortScan.exe

     文件     418816  2012-09-04 22:28  PortScan\Debug\PortScan.pdb

     文件      15602  2012-09-04 22:06  PortScan\Debug\PortScan.obj

     目录          0  2012-09-04 15:21  PortScan\Debug

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

评论

共有 条评论