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

搜索资源列表

  1. 天狼进程隐藏工具1.2

    0下载:
  2. 可以隐藏进程的工具,非常好用!!!!大家可以下载来试试!!!(Tools that can hide processes)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3876864
    • 提供者:不老传说
  1. 结束进程

    0下载:
  2. c++中结束进程的例子,很好可以复制用,根据进程的名字就可以结束(In the end the process C + example, good use can be copied)
  3. 所属分类:进程与线程

    • 发布日期:2018-04-20
    • 文件大小:19456
    • 提供者:achang
  1. 驱动注入DLL指定进程

    2下载:
  2. 非常稳定的驱动注入Dll到进程的程序,功能强大,兼容性强。(Very stable drive into the process of Dll program, powerful, strong compatibility.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2277376
    • 提供者:sabason
  1. 进程防杀

    0下载:
  2. 通过挂钩api达到进程防杀的效果,同时还使用了hook,对于初学者来说帮助还是挺大的(Through the hook API to achieve the effect of the process of anti - killing, and the use of hook, for beginners to help still very large)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:雪山张小凡
  1. 判断某个进程是否存在,存在则做什么梦事

    0下载:
  2. 判断某个进程是否存在,存在的话就做什么事,这里只锁定了鼠标键盘等,调用了精益模块,更强大的功能可以自己完善(To decide whether a process exists or not, what to do when it is there, it only locks the mouse and keyboard, and calls the lean module, and the more powerful function can perfect itself.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:200704
    • 提供者:雪山张小凡
  1. 隐藏进程

    0下载:
  2. 可以用来加入自己的软件里面,隐藏进程非常彻底,电脑管家之类也无法检测到,同时,大部分游戏辅助制作要跳过游戏检测实现(It can be added to its own software, hidden process is very thorough, computer housekeeper and so on can not be detected. Meanwhile, most of the game assistant production must skip the game de
  3. 所属分类:易语言编程

    • 发布日期:2018-04-22
    • 文件大小:8192
    • 提供者:0524lei
  1. 钩子技术控制进程创建

    0下载:
  2. vc++ 利用钩子技术控制进程创建源代码(protector_app+protector_driver)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:xcm_gz
  1. 将代码注入到进程中并运行

    1下载:
  2. 易语言注入进程源码例程程序调用API函数打开进程内存,将代码注入到进程中并运行。 本易语言源码例程属于易语言高级教程。(The source code routine program of the easy language injection process calls the API function to open process memory, inject the code into the process and run. This language source code ro
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:5120
    • 提供者:wzqone
  1. 进程调度终结版

    0下载:
  2. 模拟进程调度算法,分别有先来先服务、静态优先权、时间片轮转三种算法,动态显示调度过程,C语言编写,逻辑清楚易于理解。(Process scheduling algorithm simulation)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:566272
    • 提供者:白彩媛
  1. nodejs父子进程的stream方式通信

    0下载:
  2. 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spawn mode, so we need to use thi
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:GladiatorNick
  1. 进程的创建和管道通信

    0下载:
  2. 进程的创建和管道通信使用系统调用pipe ( )建立一条管道 创建2个子进程,两个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出来自于两个子进程的信息,并显示在屏幕上(Process creation and pipeline communication)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:711680
    • 提供者:仓鼠123
  1. 进程调度

    0下载:
  2. ??多道程序设计中,经常是若干个进程同时处于就绪状态,必须依照某种策略来决定那个进程优先占有处理机。因而引起进程调度。本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。(Multi-channel programming, often at the same time a number of process ready state, a strategy must be determined in accordance with the process priority to o
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:丶汐
  1. mfc进程保护

    0下载:
  2. mfc进程保护、进程复活.如果被结束,便重新复活(MFC process protection and process resurrection tool)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:130048
    • 提供者:Tomato_
  1. 注入任意进程d-Dll

    1下载:
  2. 注入任意进程DLL 开源啦,需要的小伙伴 请自行下载学习哦!(Injecting an arbitrary process DLL open source)
  3. 所属分类:其他

    • 发布日期:2020-10-13
    • 文件大小:28672
    • 提供者:痴心妄想笑
  1. HOOK创建进程[1]

    2下载:
  2. 易语言HOOK api 实现创建进程,很不错的易语言源码,适合易语言爱好者学习。(Easy language HOOK API to achieve the creation process, very good easy language source code, suitable for easy language enthusiasts to learn)
  3. 所属分类:易语言编程

  1. Socks5Client单进程单IP

    12下载:
  2. 单进程,单IP,源码,转载,仅共学习研究,用于非法用途,与本人无关(Single process, single IP, source code, reprint, only a total of learning and research, for illegal purposes, and I have nothing to do with it.)
  3. 所属分类:易语言编程

    • 发布日期:2018-11-21
    • 文件大小:15067677
    • 提供者:赞哥子木
  1. 创建远程进程实现进程守护

    2下载:
  2. 实现进程保护,隐藏进程,实现进程不被非法关闭(THREAD PROTECT..Hello)
  3. 所属分类:Windows编程

    • 发布日期:2020-01-27
    • 文件大小:68608
    • 提供者:jack195
  1. Socks5进程代理DLL调用

    2下载:
  2. Socks5进程代理DLL,配套调用表,在压缩包里面(Socks5 process proxy DLL, matching call table, in the compressed package)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-22
    • 文件大小:319488
    • 提供者:wcnmsl
  1. 原版win10-进程保护驱动源码

    1下载:
  2. WI10-进程保护驱动程序源代码,驱动程序级保护为您的应用程序。(win10 process protection driver source code,Driver level protection for your application.)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-31
    • 文件大小:27268096
    • 提供者:zxc 231
  1. VB6保护进程源码(拒绝访问)

    1下载:
  2. VB6保护进程源码(拒绝访问) Win11下通过。 可以在Win11环境下taskkill被保护程序测试,会显示拒绝访问。
  3. 所属分类:系统编程

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com