文件名称:NT环境下进程隐藏的实现
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 32kb
- 下载次数:
- 0次
- 提 供 者:
- d***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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
.......\Dll
.......\...\Dll.cpp
.......\...\Dll.def
.......\...\Dll.rc
.......\...\Dll.vcproj
.......\...\Main.cpp
.......\...\resource.h
.......\...\stdafx.cpp
.......\...\stdafx.h
.......\Inject.sln
.......\Loader
.......\......\Dll.dll
.......\......\ll.cpp
.......\......\Loader.cpp
.......\......\Loader.rc
.......\......\Loader.vcproj
.......\......\stdafx.cpp
.......\......\stdafx.h
.......\ThreadParam.h
.......\补充.txt
.......\Dll
.......\...\Dll.cpp
.......\...\Dll.def
.......\...\Dll.rc
.......\...\Dll.vcproj
.......\...\Main.cpp
.......\...\resource.h
.......\...\stdafx.cpp
.......\...\stdafx.h
.......\Inject.sln
.......\Loader
.......\......\Dll.dll
.......\......\ll.cpp
.......\......\Loader.cpp
.......\......\Loader.rc
.......\......\Loader.vcproj
.......\......\stdafx.cpp
.......\......\stdafx.h
.......\ThreadParam.h
.......\补充.txt