首页 > TAG信息列表 > CAboutDlg

进程通信boost siginal错误

// boostsignalDlg.cpp : 实现文件 // #include "stdafx.h" #include "boostsignal.h" #include "boostsignalDlg.h" #include "afxdialogex.h" #include "subprocess.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // 用于

vc++实现文件加密解密

   vc++实现文件加密解密     #include "stdafx.h"#include "ecfile.h"#include "ecfileDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif//////////////////////////////////////////////////

vc++无进程式线程插入穿墙技术实现

   vc++无进程式线程插入穿墙技术实现     加载模块核心源码#include "Loader.h"BOOL WINAPI DllMain(  HINSTANCE hinstDLL,  DWORD fdwReason,  LPVOID lpvReserved){ hinst = hinstDLL; switch(fdwReason) { case DLL_PROCESS_ATTACH:  //MessageBox(NULL,"DL