-
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHA...
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T("远程线程"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat)/sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
- 2022-02-01 13:00:17下载
- 积分:1
-
一个线程池源码,AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED...
一个线程池源码,AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED-a thread pool source, AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED
- 2022-05-25 17:52:22下载
- 积分:1
-
一个典型的线程池技术例子。从事多
VC++环境下线程池技术的经典例子。从事多线程技术开发者的必备模板。-VC++ environment, a classic example of thread pool technology. Engaged in multi-threading technology developers must-template.
- 2022-03-21 19:45:31下载
- 积分:1
-
windows message processing programming code, a simple message handling mechanism...
windows消息处理编程代码,简单的实现消息处理机制-windows message processing programming code, a simple message handling mechanism realize
- 2022-05-28 14:48:27下载
- 积分:1
-
不错的数据生成器,MFC版本!有需要的请下载观看
不错的数据生成器,MFC版本!有需要的请下载观看-good data generator, MFC version! Need to watch the download! !
- 2023-04-03 22:10:04下载
- 积分:1
-
读者写者问题实现
读者写者问题实现-readers to write to achieve the problem
- 2023-06-12 23:45:03下载
- 积分:1
-
a good linux environment Driver Development debugging tool
一个很好的linux环境下驱动开发的调试工具-a good linux environment Driver Development debugging tool
- 2023-02-21 04:15:03下载
- 积分:1
-
本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等)
还提...
本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等)
还提供启动进程,按进程名杀死进程,按进程ID杀死进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, including : process ID, process name, user name, memory usage, CPU, etc.), also provided to initiate the process by killing the process from the process, the process by killing the process ID function.
- 2022-03-06 19:14:51下载
- 积分:1
-
Mutex lock package categories, well
Mutex锁的封装类,设计精良,初学者必看-Mutex lock package categories, well-designed, beginners must-see
- 2022-06-19 15:43:09下载
- 积分:1
-
多线程相关,值得一看哦
多线程相关,值得一看哦-multithreading related eye-catcher oh
- 2022-03-01 18:04:37下载
- 积分:1