-
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
-
此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:下运行,则Wap32进程不死。...
此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:下运行,则Wap32进程不死。-During the proceedings open Win2k injection remote threads, to protect the designation process has always been running. Generation wap32.exe copy of the c : run, Wap32 process of immortality.
- 2022-03-17 22:05:40下载
- 积分:1
-
vc++6.0编写的 用粘贴板实现进程间通信
vc++6.0编写的 用粘贴板实现进程间通信-vc 6.0 paste prepared by the board with achieving inter-process communication
- 2022-08-19 07:54:09下载
- 积分:1
-
多线程画树,在多线程的同步与异步中,线程互相不干扰出错,画出的树...
多线程画树,在多线程的同步与异步中,线程互相不干扰出错,画出的树-Multi-threaded draw trees, many at the synchronous and asynchronous threads, the threads do not interfere with each other is wrong and draw the tree
- 2022-04-30 14:36:51下载
- 积分:1
-
一个在MFC里用多线程播放音乐的示例程序
一个在MFC里用多线程播放音乐的示例程序-MFC inside a music player with multi-threaded sample program
- 2022-02-28 16:23:16下载
- 积分:1
-
Terminator是一个小程序,使用它你可以说明一个你想要结束的模块的列表(通过路径名或名称)。
Terminator是一个小程序,使用它你可以说明一个你想要结束的模块的列表(通过路径名或名称)。-Terminator is a small program you can use it to illustrate one you want to end the module list (by name or path).
- 2023-05-20 17:15:03下载
- 积分:1
-
Socket线程池,在Unix / Linux编译。
socket+线程池,在unix/linux下编译.-socket threads pool, in unix/linux compiler.
- 2022-08-23 20:54:43下载
- 积分:1
-
查看当前线城的信息及线程池的应用 vb.net
查看当前线城的信息及线程池的应用 vb.net-See the current line of the city of thread pool information and application vb.net
- 2022-06-02 02:53:57下载
- 积分:1
-
simple realization of a systematic process management. Can see the current syste...
实现简单的系统进程管理。可察看当前系统中正在运行的进程,进程的基本信息。(如:进程大小、线程ID等)可终止某一进程。-simple realization of a systematic process management. Can see the current system running processes, the process of basic information. (Eg : Process size, thread ID, etc.) may terminate a process.
- 2022-01-26 07:00:45下载
- 积分:1
-
单线程的,socket
单线程的,socket-based通信,简单sever-client通信-Single-threaded, socket-based communications, a simple sever-client communications
- 2023-04-16 05:50:03下载
- 积分:1