搜索结果
查询Tags标签: CAboutDlg,共有 3条记录-
进程通信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//…
2021/11/15 7:09:39 人评论 次浏览 -
进程通信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//…
2021/11/15 7:09:39 人评论 次浏览 -
vc++无进程式线程插入穿墙技术实现
vc++无进程式线程插入穿墙技术实现 加载模块核心源码#include "Loader.h"BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved){ hinst = hinstDLL; switch(fdwReason) { case DLL_PROCESS_ATTACH: //MessageBox(NULL,"…
2021/4/26 7:29:08 人评论 次浏览