文件名称:NT环境下进程隐藏的实现
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 31.92kb
- 下载次数:
- 1次
- 提 供 者:
- 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 )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 176986nt环境下进程隐藏的实现.rar 列表 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