搜索资源列表
ProcessProtect
- 提供一个进程保护的通用独立模块。 也就是说可以实现多进程保护功能的DLL。-provide a process independent and protection module. That is to say the process can achieve more protection DLL.
processhide
- 实现了在windows系统下的进程隐藏,有效的保护了进程的安全性
shuangjinchengbaohu
- 一个不错的保护进程例子,比较简单,没啥技术含量
Win2k下进程不死术
- 此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:\\下运行,则Wap32进程不死。-During the proceedings open Win2k injection remote threads, to protect the designation process has always been running. Generation wap32.exe copy of the c : \\ run, Wap32 proces
remote_thread
- Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to
process.rar
- 易语言 监视被保护的进程是否存在,不存在则重新启动进程,process
CriticalSectionEx
- CCriticalSectionEx 类封装类windows 临界区保护功能,用于进程内,对多线程对公用资源的保护-CCriticalSectionEx type of package type windows critical protection for the process of multi-threaded on the protection of public resources
KillProcessEx
- 用系统底层API,用多种方法结束进程,一般没有被驱动保护的应用程序都能被强制结束掉,代码仅供参考,如有问题,请发邮件给我。-With the system, the underlying API, using a variety of ways the end of the process, generally has not been driven to protect the application can be forced off the end of the code for refe
HideProcess_dll
- 隐藏进程是一种保护进程的方法。当一个黑客危害我们的系统,它会登陆,然后会巡视有没有一些已知的进程在监视它。然后它就*监控它的进程。如果隐藏了这个功能进程,黑客就不会知道进程的所有情况,并还可以记录黑客在我们系统上做的任何事情。-Hidden process is a way to protect the process. When a hacker harm to our system, it will visit, then visit there any known process in
15protectprocess
- 进程防杀 和保护的终极版本,驱动和应用层并进,值得一学!-protect process from killing ,very valuable!
protectexe
- 进程保护工具+源码 此程序仅供学习交流使用-Process protection tool+ source code only learn to share this program
HookProcess
- 自写保护进程,以防止调试软件打开,以NtOpenProcess为例研究。算是简单的游戏保护模式。-Since the write-protection process in order to prevent debugging software open to NtOpenProcess example study. Be a simple game protection mode.
src
- 进程保护源代码,加一个壳,避免被识别破解-Process to protect the source code, add a shell to avoid being identified crack
PROCESS.RAR
- 可以保护进程不被结束可以完美保护哦 好东西啊 -Can protect the process is the end can not perfect protection Oh good thing
protect_demo
- 进程保护器,保护进程不被删除,如果进程被删除则自动重启进程。-Program protection, the protection process is not deleted, if the process is deleted automatically restart the process
omp_demo
- 保护进程,如果发现进程被恶意杀掉,则自动重启。-Protect the process, if the process is found to be malicious to kill, then automatically restart.
启动&进程保护工具
- 如果主程序需要依赖其它服务启动后才能运行,那么这个程序就可以帮到你(俗称看门狗)。可以监控多个服务依赖,当这些服务全启动后,这个程序才开始工作(If the main program needs to rely on other services to start running, then this program can help you (commonly known as watchdog). Multiple service dependencies can be monitored,
PJPNU
- 本程序是屏幕保护程序,代码比较简单,也很容易看懂,不做结实了,()
vb进程保护
- vb进程保护,DLLAttribute VB_Name = "Module2" Public Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Lo
qayn
- VMP保护驱动写法例子[DNF] 这个源码可以用来了解一下如何写vmp保护驱动,虽说不是成品,但加上地址就可以直接用了,()