文件名称:NT环境下进程隐藏的实现
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:31.92kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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 )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hidesrc
hidesrc/Dll
hidesrc/Dll/Dll.cpp
hidesrc/Dll/Dll.def
hidesrc/Dll/Dll.rc
hidesrc/Dll/Dll.vcproj
hidesrc/Dll/Main.cpp
hidesrc/Dll/resource.h
hidesrc/Dll/stdafx.cpp
hidesrc/Dll/stdafx.h
hidesrc/Inject.sln
hidesrc/Loader
hidesrc/Loader/Dll.dll
hidesrc/Loader/ll.cpp
hidesrc/Loader/Loader.cpp
hidesrc/Loader/Loader.rc
hidesrc/Loader/Loader.vcproj
hidesrc/Loader/stdafx.cpp
hidesrc/Loader/stdafx.h
hidesrc/ThreadParam.h
hidesrc/补充.txt
www.dssz.com.txt
hidesrc/Dll
hidesrc/Dll/Dll.cpp
hidesrc/Dll/Dll.def
hidesrc/Dll/Dll.rc
hidesrc/Dll/Dll.vcproj
hidesrc/Dll/Main.cpp
hidesrc/Dll/resource.h
hidesrc/Dll/stdafx.cpp
hidesrc/Dll/stdafx.h
hidesrc/Inject.sln
hidesrc/Loader
hidesrc/Loader/Dll.dll
hidesrc/Loader/ll.cpp
hidesrc/Loader/Loader.cpp
hidesrc/Loader/Loader.rc
hidesrc/Loader/Loader.vcproj
hidesrc/Loader/stdafx.cpp
hidesrc/Loader/stdafx.h
hidesrc/ThreadParam.h
hidesrc/补充.txt
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.