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

搜索资源列表

  1. 将DLL注入到其他进程中

    0下载:
  2. 一个进程隐藏的程序-a hidden process procedures
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:55030
    • 提供者:小叶子
  1. Hooker2.5

    0下载:
  2. 一个记录键盘的完整程序,采用dll注入方式hook API,有完整的dll代码和注入程序的代码,及lzw压缩算法的完整代码。-a record keyboard integrity procedures used dll injected hook API, a complete dll injection procedure code and the code, and the compression algorithm 4,558,302 integrity code.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:38566
    • 提供者:onlyu
  1. XPhook

    0下载:
  2. 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2312
    • 提供者:byron
  1. HOOKWindowsAPI

    1下载:
  2. 1. 内容 2. 介绍 3. 挂钩方法 3.1 运行前挂钩 3.2 运行时挂钩 3.2.1 使用IAT挂钩本进程 3.2.2 改写入口点挂钩本进程 3.2.3 保存原始函数 3.2.4 挂钩其它进程 3.2.4.1 DLL注入 3.2.4.2 独立的代码 3.2.4.3 原始修改 4. 结束语-1. Content 2. Introduction 3. Linked to the former method of oper
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11959
    • 提供者:flyfan
  1. asfdkjazrujingcheng

    0下载:
  2. dll注入的vc程序-dll injected vc procedures
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:37602
    • 提供者:刘用
  1. TestDebug

    0下载:
  2. 跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不同,在此不作讨论。 将监视代码注入目标程序
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:35518
    • 提供者:李泉
  1. hookapi(OpenProcess)

    1下载:
  2. 一个利用dll注入拦截OpenProcess,禁止强行关闭程序的例子
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:358167
    • 提供者:天一
  1. expxv.5

    0下载:
  2. 这是一个编辑/查看PE文件导出表的工具。利用它可以方便的对PE文件的导出表进行增、删、改的操作,现在它还可以用于给没有导出表的文件添加导出函数。 这个工具除了PE diy外,通过为导出函数添加Forward信息等方法还可以实现函数hook,dll注入等功能。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:97087
    • 提供者:董林
  1. DllInjectionforNT&Win9X_src

    0下载:
  2. Win9x和NT下的DLL注入-Win9x and NT DLL injection
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:10915
    • 提供者:胡容铨
  1. 微软研究院的开发包

    0下载:
  2. 可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动。-can intercept specific process api Microsoft Development Kit 1.5, which has Microsoft's source code, and I made two of the test case, an injection is dll process, a yes dll
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:693886
    • 提供者:赵刚
  1. InjectDLL

    0下载:
  2. DLL注入用于运行,迫使它加载一个动态链接库在另一个进程的地址空间代码的技术。 DLL注入经常被第三方开发的方式来影响它的作者并没有预料或打算程序的行为。例如,注入的代码可以捕获系统功能调用,或阅读文本框的密码,不能以通常的方式完成的内容。
  3. 所属分类:钩子与API截获

    • 发布日期:2010-12-13
    • 文件大小:27338
    • 提供者:timjosten
  1. 使用钩子截取串口数据的入门程序

    1下载:
  2. 使用钩子截取串口数据的入门程序,使用dll注入方氏。-Use hook intercepts the serial data entry procedures, the use of dll' s into the side.
  3. 所属分类:钩子与API截获

    • 发布日期:2017-02-21
    • 文件大小:348160
    • 提供者:阿龙
  1. d3d8thk d3d8thk.dll 这是一份dll劫持源码

    2下载:
  2. d3d8thk.dll 这是一份dll劫持源码,很多外挂都是通过dll劫持来注入到游戏中,,VS2005编写的,,编译绝对没问题!-This is a dll hijack d3d8thk.dll source, a lot of plug-hijacked through dll to inject into the game,, VS2005 prepared, compiled absolutely no problem!
  3. 所属分类:钩子与API截获

    • 发布日期:2012-09-21
    • 文件大小:7556
    • 提供者:胡小
  1. IPPack.rar

    0下载:
  2. IP封包截获工具,实现将IPPACKLIB.dll注入到目标程序,以便挂钩收发网络的API函数,IP packet intercepted tools will be injected into the target IPPACKLIB.dll procedures with a view to linking the network to send and receive API function
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:22255
    • 提供者:裂纹
  1. MyHookDll

    1下载:
  2. 一个简单的游戏DLL注入外挂框架,对新手很有帮助。-A simple game DLL plug into the framework, useful for the novice.
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:124803
    • 提供者:sdflkjsldkf
  1. usp10 利用usp10.dll 达到 注入及 HOOK 的目的

    1下载:
  2. 利用usp10.dll 达到 注入及 HOOK 的目的-Usp10.dll use to achieve the purpose of injection and HOOK
  3. 所属分类:钩子与API截获

    • 发布日期:2012-10-12
    • 文件大小:1839420
    • 提供者:周募
  1. sfileopen_hook

    0下载:
  2. DLL注入器,CreateRemoteThread, SetWindowHook例子源代码-DLL injector, CreateRemoteThread, SetWindowHook example source code, etc.! ! !
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:68085
    • 提供者:汤子兵
  1. gouziDLL

    1下载:
  2. 安装DLL钩子源码,用来注入进程所用,做外挂用-Installation DLL hook source, used for injection process
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:62900
    • 提供者:kingsoft
  1. Defender

    0下载:
  2. VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
  3. 所属分类:Hook api

    • 发布日期:2017-05-21
    • 文件大小:6359621
    • 提供者:孙新
  1. CreateProcess_Inject

    0下载:
  2. CreateProcess注入dll,通过Hook CreateProcess来注入自己的d-Injected dll By CreateProcess
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2143428
    • 提供者:十年寒窗
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com