基本信息
源码名称:C#保护进程不被结束
源码大小:0.48M
文件格式:.rar
开发语言:C#
更新时间:2023-04-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

C#进程保护,Peter牛人,写了一个通过VC 程序调用VC 动态链接库,实现的VC 程序不被任务管理器结束的源代码。此处移植到C#上。


文件清单
├── TestClose
│   ├── TestClose
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── KProtectProcess.dll
│   │   │   │   ├── KProtectProcess.pdb
│   │   │   │   ├── NKCore.dll
│   │   │   │   ├── TestClose.exe
│   │   │   │   ├── TestClose.pdb
│   │   │   │   ├── TestClose.vshost.exe
│   │   │   │   └── TestClose.vshost.exe.manifest
│   │   │   └── Release
│   │   │       ├── KProtectProcess.dll
│   │   │       ├── KProtectProcess.pdb
│   │   │       ├── NKCore.dll
│   │   │       ├── TestClose.exe
│   │   │       └── TestClose.pdb
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── TestClose.csproj.FileListAbsolute.txt
│   │   │   │   ├── TestClose.csproj.GenerateResource.Cache
│   │   │   │   ├── TestClose.exe
│   │   │   │   ├── TestClose.Form1.resources
│   │   │   │   ├── TestClose.pdb
│   │   │   │   └── TestClose.Properties.Resources.resources
│   │   │   ├── Release
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── TestClose.csproj.FileListAbsolute.txt
│   │   │   │   ├── TestClose.csproj.GenerateResource.Cache
│   │   │   │   ├── TestClose.exe
│   │   │   │   ├── TestClose.Form1.resources
│   │   │   │   ├── TestClose.pdb
│   │   │   │   └── TestClose.Properties.Resources.resources
│   │   │   └── TestClose.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── TestClose.csproj
│   │   ├── TestClose.csproj.user
│   │   └── vc
│   │       ├── DetourDll.cpp
│   │       ├── DetourDll.h
│   │       ├── detours.h
│   │       ├── MsgMain.cpp
│   │       ├── MsgMainDlg.cpp
│   │       ├── MsgMainDlg.h
│   │       ├── MsgMain.h
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       └── StdAfx.h
│   ├── TestClose.sln
│   ├── TestClose.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│       ├── UpgradeReport.css
│       ├── UpgradeReport_Minus.gif
│       ├── UpgradeReport_Plus.gif
│       └── UpgradeReport.xslt
└── 该项目文档.doc

13 directories, 57 files