CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - Dll注入

搜索资源列表

  1. ssjpacket

    0下载:
  2. (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。   这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3151194
    • 提供者:邹同
  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. DLLInSert32

    0下载:
  2. DLL注入,对所有进程进行了注入! 并封装了下!-DLL injection, for all processes were injected! And encapsulates the next!
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:10374
    • 提供者:duckpc
  1. donwssddsgt5ersdfrewrtfd

    0下载:
  2. 可以检测自身是否有DLL注入,防止不怀好意的进程!-DLL itself can detect whether there is injected to prevent malicious processes!
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1319
    • 提供者:云影
  1. DLL

    0下载:
  2. 隐藏注入后在程序里的D-After hiding in the program s DLL injection
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:503410
    • 提供者:5646
  1. InjLib

    0下载:
  2. vc++ dll注入代码,非常好用,封装好的类,拿来就能用,测试通过没有问题-vc++ dll injection code, very easy to use, well-type package can be used with, the test is no problem
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:193333
    • 提供者:申克
  1. Inject64

    0下载:
  2. windows8下的dll注入的功能,已经通过了调试-Windows8 under the DLL injection function, already through the debugging
  3. 所属分类:Hook api

    • 发布日期:2017-05-29
    • 文件大小:12146598
    • 提供者:zj
  1. hook-and-thread-DLL

    0下载:
  2. 注入钩子过程,获取相关的进程信息,and all information-Injection hook process, the process of obtaining relevant information
  3. 所属分类:Hook api

    • 发布日期:2017-04-12
    • 文件大小:1177
    • 提供者:Gof
  1. Replace-API

    0下载:
  2. VB把API替换成自己的模块函数,API偷天换日,并写了返回值测试模块,仅对自己程序有效,要对其它程序生效需小小修改下。LONG型参数正常,STRING参数无法使用,原因还没调试出来.如果想弄远程Replace的话建议不要调用VB内联函数,当然,API也不行,原因不解释.....此技术可以用在DLL注入上,注入DLL到其它程序然后替换掉系统API。-VB replace the API functions into their own modules, API sly, and wrote a
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4440
    • 提供者:虎虎
  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. 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. 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. 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. InjectDll

    0下载:
  2. 通过DLL注入到其他进程 dll inject -dll injectdll injectdll injectdll injectdll inject
  3. 所属分类:Hook api

    • 发布日期:2017-04-30
    • 文件大小:69846
    • 提供者:陈硕
  1. dlldemp

    0下载:
  2. 防dll注入,源码精简.基本防大部分注入工具,lorddll的入口完善下放的更多,具体看源码-Anti dll injection, streamlined source. Most of the basic anti-injection tool, perfect entrance lorddll more decentralized, specifically to see the source code
  3. 所属分类:Hook api

    • 发布日期:2017-05-07
    • 文件大小:1125918
    • 提供者:wlfzsd
  1. mydll

    0下载:
  2. 封包截取源码注意:DLL注入后,每次安装和关闭DLL窗口后,第一时间鼠标点游戏屏幕在让人物游戏里走动一下,最后在点 封包拦截.exe 里的卸载 这样DLL卸载后,就不会有时候出现卡死了,无响应了!-Packet intercept source Note: DLL injection, each installation and closure of the DLL window, the first time the mouse point game screen to let peopl
  3. 所属分类:Hook api

    • 发布日期:2017-05-04
    • 文件大小:437967
    • 提供者:王磊
  1. BYTE-DLL-injector-

    0下载:
  2. 收集的很多内存注入的技术文章,含一些源码,VB注入器 内存注入源码 玩么不解释!!适合所有游戏-Collected a lot of memory into technical articles, containing some source code, VB injector memory into the source code to play do not explain!! Suitable for all games
  3. 所属分类:Hook api

    • 发布日期:2017-05-06
    • 文件大小:611348
    • 提供者:xiaoyao
  1. downbank0716RemoteDll

    1下载:
  2. 有了这款软件您只需启动它,为你的外挂注入DLL文件,就可以实现传说中的开外挂百分百不封号6不6(With this software you just need to start it, for your plug-in DLL file, you can achieve the legendary open plug-in hundred non-title 6 no 6)
  3. 所属分类:钩子与API截获

« 1 2 3 4 56 7 »
搜珍网 www.dssz.com