CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 进程保护

搜索资源列表

  1. cmdbind2

    0下载:
  2. 让进程在系统中更加隐蔽(2) 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序, 又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在 系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的 启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程 序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文 件和更改启动文件,让它在系统启动时又能被执行。 程序是一个可执行文件在被执行时系统
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:73.74kb
    • 提供者:无间刀
  1. windows

    0下载:
  2. 老师布置的windows核心编程的大作业 功能需求如下: 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以加载一个动态链接库,动态链接库随机不停的产生数据,系统显示该数据。(为保证所有数据都能被显示,要求用同步机制来实现) 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以查看虚拟内存使用情况(10分) 系统可以把输入的信息写入共享内存,并由另一个进程从共享内存中写入磁
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:761.61kb
    • 提供者:黄达
  1. Memory

    0下载:
  2. 内存空间不能跨进程访问的原因主要在于不同进程都有自己的页目录和页表。进程切换的很大一块也就是切换掉页目录。 Windows自己的ReadProcessMemory最终也是通过KeStackAttachProcess附加到目标进程空间执行拷贝的。但是中间的N个内核函数调用现在被很多保护系统Hook掉并保护起来了,所以要通过这层层关卡读到东西还是不那么简单的。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.53kb
    • 提供者:sdlylz
  1. hookssdt

    1下载:
  2. 再谈内核及进程保护,利用hook掉系统ssdt保护进程的例子。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6.67kb
    • 提供者:好好的
  1. ProcessProtect.rar

    0下载:
  2. 在Ring0下实现保护进程,通过HOOK SSDT实现保护进程,The Ring0 achieve protection process, achieved through the protection process HOOK SSDT
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:6.44kb
    • 提供者:eithack
  1. ProtectProcess

    0下载:
  2. 不HOOK任何函数,让任务管理器、XueTr、360进程管理器无法结束保护进程(断开链表)-HOOK not any function, so the Task Manager, XueTr, 360 Process Manager can not end the process of protection (off list)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:682byte
    • 提供者:曹林开
  1. nokillme

    3下载:
  2. vb进程保护,D-vb进程保护,DLL
  3. 所属分类:Network Security

    • 发布日期:2016-06-23
    • 文件大小:71.32kb
    • 提供者:yalongno1
  1. byLGCRing3kill

    0下载:
  2. byLGC Ring3--kill,ring3下强杀进程,绕过一切进程保护-byLGC Ring3- kill, ring3 under the strong kill the process, bypassing the protection of all process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:23.2kb
    • 提供者:franket
  1. jincheng

    1下载:
  2. vb编的进程保护程序,用任务管理器不能关闭 防止程序被关闭-vb allocation process of the protection procedure, using Task Manager to prevent the procedure should not turn off turn off
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:13.85kb
    • 提供者:lmgz
  1. SimpleMachineProtect

    0下载:
  2. 简易电脑安全保护及优化工具 Ver 1.70 =================================== 一款比较专业和功能完善,甚至有点商业软件等级的开源计算机安全保护工具软件。系统主要有四大模块:1、病毒扫描;2、控制管理;3、进程浏览;4、系统优化。 主要技术特色: 便携性强,体积不大; 支持所有文件及按扩展名扫描;支持指定位置扫描; 提供扫描结果报告服务(日志文件); 支持内存病毒扫描及当发现病毒时及时侦测和拦截; 支持病毒提
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:496.03kb
    • 提供者:wzc
  1. safety

    2下载:
  2. 一个驱动,一个DLL,轻松实现进程保护。-A driver, a DLL, the process of protection easily.
  3. 所属分类:Network Security

    • 发布日期:2017-05-10
    • 文件大小:2.08mb
    • 提供者:刘彪
  1. ProcessProtecter

    1下载:
  2. 进程保护,包含整个的源代码以及示例程序的源代码!-process protect
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:875.34kb
    • 提供者:wang
  1. Protectionprocess

    1下载:
  2. VB版进程保护程序!实现自己程序不被查杀!-VB version of the process saver! Realize their own procedures would not be killing!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:26.75kb
    • 提供者:金福
  1. Ring3Kill-process-cutek

    0下载:
  2. Ring3 下采用复制句柄的方式打开进程,并终止,可以干掉很多反病毒软件和一些驱动保护的进程-Ring3 used under way to open the process of copying handle and terminate, you can get rid of a lot of anti-virus software and a number of drive protection in the process of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:20.82kb
    • 提供者:康康
  1. ko_vir

    0下载:
  2. 双进程保护的杀进程工具,,,windows控制台程序,,可以移植到VC上面-Two-process protection to kill the process tool,,, windows console program, can be transferred to the VC above
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:11.73kb
    • 提供者:beyond
  1. Hovi.Delphic

    0下载:
  2. Hovi.Delphic驱动级进程保护,可以不被360等安全软件关闭-Hovi.Delphic drive-level process protection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:97.58kb
    • 提供者:sfdd
  1. 6-kinds-of-vcPP

    0下载:
  2. 6种不同的进程保护方法,有驱动的也有简单的-6 different process protection method, a driver has simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:484.72kb
    • 提供者:hoeoi
  1. 82

    0下载:
  2. 双进程保护Vb源程序,很不错的VB源码,适合VB爱好者学习研究。-Double process protection Vb source program, very good Vb source code, suitable for Vb lovers study.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:4.61kb
    • 提供者:truck48
  1. baohu

    0下载:
  2. 检测指定进程,不存在就快速关机 hook进程保护-Detect the specified process, there is no quick shutdown hook process protection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:80.42kb
    • 提供者:靳震华
  1. h

    0下载:
  2. 系统api编程,Windows xp进程保护-Systems api programming, Windows xp process protection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:4.6kb
    • 提供者:dwj
« 12 »
搜珍网 www.dssz.com