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

搜索资源列表

  1. x86-binary_autodllinjector-1.0.0.1

    0下载:
  2. 自动DLL注入器,将开发的DLL注入既有的exe上,以利破解。-DLL automatic injector, inject a DLL will develop on the existing exe, to facilitate crack.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:41191
    • 提供者:Zakk Wei
  1. VCHookMSN

    0下载:
  2. 该文档介绍了使用VC创建钩子程序来用来挂载最常用的通讯及时通讯工具MSN,帮助我们理解利用HOOK是怎么样将自己编写的DLL注入已经存在的程序空间中的.-This document describes the use of VC program to create hooks to mount the most commonly used instant messaging communication tool MSN, to help us understand how to use HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:6755
    • 提供者:yunhaitian
  1. ddlzhuru

    0下载:
  2. dll注入器 这个是全能注入的可以注入任何dll到游戏或者你想注入的程序里面-This is a versatile injector dll injection dll can be injected into any game or program you want to inject inside
  3. 所属分类:ELanguage

    • 发布日期:2017-04-26
    • 文件大小:420444
    • 提供者:双方的
  1. LoadDll

    0下载:
  2. Delphi DLL注入游戏 详细源码-Delphi DLL injection game detailed source
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:544032
    • 提供者:许某某
  1. Hook

    0下载:
  2. hook 截取鼠标消息,DLL注入到指定窗口-hook to intercept mouse messages
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:89042
    • 提供者:wuhuaqing
  1. Debug

    0下载:
  2. 这是一个全局钩子,采用dll注入,功能,可以记录用户按键信息,并保存,而且本程序设置为开机自起,并且隐藏窗口。是记录密码的好东西,开发环境VC++6.0 -This is a global hook, using DLL injection, features, you can record the user key information, and save, and this program is set to boot from, and hidden window. Good thing
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:47206
    • 提供者:李和清
  1. Gamedll

    0下载:
  2. dll注入例子,vc++源码,使用visual c++ 6.0开发工具,如果在vs环境下需要修改-dll injection example, vc++ source code, using visual c++ 6.0 development tools, if necessary modifications vs environment
  3. 所属分类:Hook api

    • 发布日期:2017-04-25
    • 文件大小:423480
    • 提供者:王水平
  1. EasyLanguageHook

    1下载:
  2. 易语言全局钩子注入,可以实现DLL注入(如果劫持不能用的话)-Global hooks into language easily, can realize the DLL injection, if hijacking cannot use,
  3. 所属分类:ELanguage

    • 发布日期:2017-05-07
    • 文件大小:1153558
    • 提供者:苏晓宇c
  1. QQPinyinTSF.dll

    0下载:
  2. QQ纯净版输入法QQPinyinTSF.dll劫持 可用于外挂注入游戏进程-QQ input method DLL hijacking
  3. 所属分类:IME Develop

    • 发布日期:2017-05-03
    • 文件大小:1335008
    • 提供者:woaini
  1. Injector

    0下载:
  2. DLL 注入,将开发的DLL注入到指定进程中,并执行DLL中函数-DLL Injector
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-30
    • 文件大小:12165287
    • 提供者:Breeze
  1. zhuruqi

    1下载:
  2. dll注入源码,支持对腾讯游戏注入,对DNF,QQ音速这些-dll injection source code, support for Tencent Games injection of DNF, QQ speed of sound these
  3. 所属分类:IME Develop

    • 发布日期:2017-04-16
    • 文件大小:371453
    • 提供者:切去
  1. HookTest

    0下载:
  2. hook计算器 利用dll注入钩子程序实现键盘鼠标监控,并将获的信息-hook keybord mouse
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-30
    • 文件大小:85143
    • 提供者:lyj
  1. dll_Injection

    0下载:
  2. 用vc写的一个dll注入,如果要修改某些程序的数据,找好基址,封装成函数放在dll中即可,控件是自绘的,界面还算可以吧-Vc used to write a dll injection, if you want to modify the data of some programs, to find a good base address on the package as a function of the dll can, control is self-painted, the inter
  3. 所属分类:Hook api

    • 发布日期:2017-05-03
    • 文件大小:697067
    • 提供者:linbei
  1. Memory-injection-DLL

    0下载:
  2. .子程序 标题取窗口句柄, 整数型, 公开, 根据窗口标题和类名获取窗口句柄,成功返回句柄,失败返回0或-1 .参数 窗口标题, 文本型, , 窗口标题 .参数 窗口类名, 文本型, 可空, 窗口标题 .子程序 内存注入dll, 整数型, 公开, 被注入的dll不能加强壳 必须静态编译 不能使用部分窗口组件 .参数 窗口句柄, 整数型, , 欲注入DLL的进程的窗口句柄 .参数 欲注入的字节集, 字节集, , 欲注入的DLL字节集 -. subroutine tit
  3. 所属分类:ELanguage

    • 发布日期:2017-04-30
    • 文件大小:8160
    • 提供者:mochi
  1. 邮件搜索程序注入修改案例

    0下载:
  2. 远程注入DLL文件,HOOK系统函数,修改邮件搜索程序案例。
  3. 所属分类:Windows编程

    • 发布日期:2016-01-19
    • 文件大小:2128640
    • 提供者:ohko@qq.com
  1. InjectionDLL

    0下载:
  2. window系统上通过远线程执行代码 将DLL注入指定进程里 有兴趣的可以看一下哦-By far threads to code on Windows system will DLL injection in the specified process interested can look at the oh
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:1966467
    • 提供者:HzPc
  1. cfzhuruqi

    0下载:
  2. CF输入法DLL注入器 此注入器可以成功注入D-CF input method input method injection method can be successfully injected DLL injection
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:582182
    • 提供者:江恒
  1. wpesdll

    0下载:
  2. 通过dll注入的方式进行封包拦截发送通过dll注入的方式进行封包拦截发送-It was sent to intercept packets by way of injection dllIt was sent to intercept packets by way of injection dll
  3. 所属分类:ELanguage

    • 发布日期:2017-05-07
    • 文件大小:1345180
    • 提供者:李亚
  1. Trojan

    1下载:
  2. 无模块DLL注入的木马,功能齐全,过icesword和xuetr-No module DLL injection Trojan, full-featured, over icesword and xuetr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2622763
    • 提供者:Saer
  1. 游戏合集注入

    0下载:
  2. 用于游戏的注入DLL源代码,可注入任何游戏,DLL用来修改游戏内存等
  3. 所属分类:易语言编程

    • 发布日期:2016-04-06
    • 文件大小:1986050
    • 提供者:wuxiaowen918
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 39 »
搜珍网 www.dssz.com