• 大小: 143KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: svchostdll  

资源简介

程序功能:(知识点在doc中) 1、实现服务dll 2、注入到svchost进程 3、服务打开计算器(涉及到session,知识点) 4、线程输出时间debugview中查看 程序安装完服务,服务启动有以下方式: 1、重启电脑,使用电脑自带svhost服务组自启动服务; 2、手动执行脚本“DriverLifeSrvDll_启动服务.bat”; 3、打开任务管理器或者服务管理器,手动右键启动服务。

资源截图

代码片段和文件信息

//// dllmain.cpp : 定义 DLL 应用程序的入口点。
//#include “stdafx.h“
//
//BOOL APIENTRY DllMain( HMODULE hModule
//                       DWORD  ul_reason_for_call
//                       LPVOID lpReserved
//  )
//{
// switch (ul_reason_for_call)
// {
// case DLL_PROCESS_ATTACH:
// case DLL_THREAD_ATTACH:
// case DLL_THREAD_DETACH:
// case DLL_PROCESS_DETACH:
// break;
// }
// return TRUE;
//}
//

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         33  2016-07-01 15:56  SvchostDllSrv\Debug\DriverLifeSrvDll_启动服务.bat

     文件        256  2016-08-31 12:00  SvchostDllSrv\Debug\ReadMe.txt

     文件      19105  2016-07-01 15:48  SvchostDllSrv\Doc\64位机和32位机.docx

     文件      18256  2016-07-01 16:22  SvchostDllSrv\Doc\创建SvcHost.exe调用的服务原理与实践.docx

     文件     110876  2016-07-01 15:54  SvchostDllSrv\Doc\系统服务的Session 0隔离.docx

     文件         33  2016-07-01 15:56  SvchostDllSrv\Release\DriverLifeSrvDll_启动服务.bat

     文件        192  2016-07-01 16:21  SvchostDllSrv\Release\ReadMe.txt

     文件        427  2016-08-31 11:54  SvchostDllSrv\SvchostDllSrv\dllmain.cpp

     文件       1637  2016-08-31 11:50  SvchostDllSrv\SvchostDllSrv\ReadMe.txt

     文件        218  2016-08-31 11:50  SvchostDllSrv\SvchostDllSrv\stdafx.cpp

     文件        646  2016-08-31 11:51  SvchostDllSrv\SvchostDllSrv\stdafx.h

     文件      16396  2016-08-31 11:53  SvchostDllSrv\SvchostDllSrv\SvchostDllSrv.cpp

     文件         59  2016-08-31 11:54  SvchostDllSrv\SvchostDllSrv\SvchostDllSrv.def

     文件       5307  2016-08-31 11:57  SvchostDllSrv\SvchostDllSrv\SvchostDllSrv.vcproj

     文件       1387  2016-08-31 11:58  SvchostDllSrv\SvchostDllSrv\SvchostDllSrv.vcproj.admin-PC.admin.user

     文件       1026  2016-08-31 11:50  SvchostDllSrv\SvchostDllSrv\targetver.h

     文件       1385  2016-08-31 11:54  SvchostDllSrv\SvchostDllSrv.sln

    ..A..H.     15360  2016-08-31 11:58  SvchostDllSrv\SvchostDllSrv.suo

     文件       1225  2016-08-31 11:54  SvchostDllSrv\TestSvchostSrv\ReadMe.txt

     文件        219  2016-08-31 11:54  SvchostDllSrv\TestSvchostSrv\stdafx.cpp

     文件        233  2016-08-31 11:54  SvchostDllSrv\TestSvchostSrv\stdafx.h

     文件        498  2016-08-31 11:54  SvchostDllSrv\TestSvchostSrv\targetver.h

     文件        706  2016-08-31 11:58  SvchostDllSrv\TestSvchostSrv\TestSvchostSrv.cpp

     文件       4519  2016-08-31 11:54  SvchostDllSrv\TestSvchostSrv\TestSvchostSrv.vcproj

     文件       1413  2016-08-31 11:58  SvchostDllSrv\TestSvchostSrv\TestSvchostSrv.vcproj.admin-PC.admin.user

     目录          0  2016-08-31 11:59  SvchostDllSrv\Debug

     目录          0  2016-08-31 11:59  SvchostDllSrv\Doc

     目录          0  2016-08-31 11:59  SvchostDllSrv\Release

     目录          0  2016-08-31 12:01  SvchostDllSrv\SvchostDllSrv

     目录          0  2016-08-31 12:01  SvchostDllSrv\TestSvchostSrv

............此处省略4个文件信息

评论

共有 条评论

相关资源