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

搜索资源列表

  1. Dll2Process

    1下载:
  2. 动态库注入器 1.0 功能:将一个动态库文件注入到一个正在运行的进程内. 应用:通过注入功能,可以实现对一个进程的api hook,比如写一个dll,然后hook socket api,然后注入到你想监视的进程,这样就能够用于网络数据包的分析了 -DLL injector 1.0 features : a dynamic library file is injected into a running process. Applications : by injecting fu
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:43448
    • 提供者:阿东
  1. jczrq45634

    0下载:
  2. 进程注入器 -process injector process injector with injection proce
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29930
    • 提供者:kkyyff
  1. 开机自动运行进程注入器

    1下载:
  2. 自己写的一个进程注入器,可以设置或者取消开机自动运行,将自身注入到某一系统或用户程序中,隐藏自己,可以跳过防火墙等的拦截
  3. 所属分类:系统编程

    • 发布日期:2010-02-02
    • 文件大小:2122548
    • 提供者:oyxt007@163.com
  1. MyInject

    0下载:
  2. 自己用C++写的一个注入进程dll的注入器,经过测试记事本,成功注入-They used to write a C++ dll into the process, the injector, tested Notepad, successfully injected
  3. 所属分类:Hook api

    • 发布日期:2017-11-08
    • 文件大小:22186
    • 提供者:zhi
  1. Inject

    0下载:
  2. 注入任务管理器,保护进程,VB编写!! winxp sp2 win2000 win2003 测试通过!-Injected into Task Manager, the protection process, VB prepared!! Winxp sp2 win2000 win2003 test!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:33907
    • 提供者:shine
  1. dell

    0下载:
  2. 指定一个DLL注入到指定的进程中去,并且在任务管理器中是看不到改DLL得-Specify a DLL injected into the specified process to go, and in Task Manager can not see the changed DLL too
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2945066
    • 提供者:郑康明
  1. AntiHook

    0下载:
  2. 进程注入asm实现任意api Hook。可中断修改参数和寄存器。刚才传错了,囧-Asm into the process of achieving any api Hook. Interruptible modify the parameters and registers. Just pass wrong,囧. . .
  3. 所属分类:Hook api

    • 发布日期:2017-03-25
    • 文件大小:55316
    • 提供者:HeavenSea
  1. AnyHook

    0下载:
  2. 进程注入asm实现任意api Hook。可中断修改参数和寄存器。总是传错,无奈啊-Asm into the process of achieving any api Hook. Interruptible modify the parameters and registers.
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:53413
    • 提供者:HeavenSea
  1. qddow

    0下载:
  2. DLL进程注入器, 可选择注入的进程目标, 灵活多用, 编译即可使用-DLL injector process can choose the process into the goal, flexible multi-purpose, the compiler can use ..
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:25569
    • 提供者:影子
  1. ProcessMng

    1下载:
  2. 该软件实现了简单的windows任务管理器功能,具有查看进程、结束进程、查看进程模块、DLL注入、DLL卸载等功能-The software implements a simple task management feature windows with view the process, the end of the process, view the process module, DLL injection, DLL unloading functions
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:16933
    • 提供者:zh
  1. zhusjm-process

    0下载:
  2. 利用注入来实现伪装进程的名字,让任务管理器看见的进程名字和PE文件名不同。-make process name
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:15686
    • 提供者:朱芮男
  1. Src

    0下载:
  2. 以前学习PE格式和游戏外挂还有病毒的时候写的一个半成品.主要功能有PE查看器.进程浏览器.内存修改器,以及网络嗅探器. DLL注入,代码注入,键盘记录-Before learning PE format and game hacking and when the virus writing a semi-finished products. The main function have PE viewer. Process the browser. Memory modifier, and
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:317037
    • 提供者:禁区
  1. dllzhuru

    0下载:
  2. DLL的远程注入技术 - DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件,真可谓一箭双雕哉。 -The remote DLL injection tec
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:45098
    • 提供者:刘洋
  1. hcon

    1下载:
  2. 怎么让进程不在进程管理器中显示, 网上看到许多代码, 但都不能完全适应winxp,win7,winserver 64位等操作系统, 而且实现复杂(用到一些注入技术等),容易被防病毒毒软件误杀. 进过一些实验, 给出的代码简单明了,适应不同的操作系统, 而且是原创.-How so that the process is not in the process manager shows that online to see a lot of code, but they can not fully
  3. 所属分类:Process-Thread

    • 发布日期:2014-12-04
    • 文件大小:8192
    • 提供者:Clarence
  1. DLLInjection-unloader

    0下载:
  2. 自己开发的一个简单DLL注入器,支持拖动文件,将文件拖到窗口内,填入进程ID:即可实现注入-Own development of a simple DLL injection, supports drag files, drag the file to the window, fill in the Process ID: injection can be achieved
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3687709
    • 提供者:李文达
  1. 注入器

    2下载:
  2. EIP线程注入任何进程 如果有驱动保护请破保护(EIP threads are injected into any process)
  3. 所属分类:其他

  1. 远程注入进程_下载器

    0下载:
  2. 远程注入进程_下载器,功能强大,使用简单。(Remote injection process _ Download)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:2048
    • 提供者:封神
  1. CEJE

    0下载:
  2. 基于易语言的DNF外挂注入器源码,功能有注入和卸载,()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-06
    • 文件大小:142336
    • 提供者:Nuhholox
  1. 进程注册表保护

    1下载:
  2. 使用mhook库设置函数钩子,支持x86 x64系统,远程注入dl方式实现任务管理器进程防杀,注册表防修改。
  3. 所属分类:钩子与API截获

    • 发布日期:2019-03-20
    • 文件大小:267056
    • 提供者:dhlong
  1. dwm_overlay

    10下载:
  2. dwm绘制,注入绘制,使用dx11,注入dwm进程实现绘制自己的东西,无窗口,反截图,注入器采用反射机制,无注入模块,编译可用(DWM drawing, injection drawing, using Dx11, injected into the process of drawing their own things, no window, anti screenshot, injector using reflection mechanism, no injection module, c
  3. 所属分类:Windows编程

    • 发布日期:2020-12-05
    • 文件大小:2584576
    • 提供者:fdmain
« 12 »
搜珍网 www.dssz.com