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

搜索资源列表

  1. 屏幕取词之GetWord-NT-2000

    0下载:
  2. 屏幕取词中截取文字绘制的部分,截取textoutA,TextOutW,BitBlt,ExtTextOutA,ExtTextOutW。对截取部分处理,并返回符合要求的部分。- The screen takes in the word to intercept the writing plan the part, intercepts textoutA, TextOutW, BitBlt, ExtTextOutA, ExtTextOutW. To intercepts partial proce
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:29.54kb
    • 提供者:李国帅
  1. AdminPass

    0下载:
  2. windows登录密码截获程序,可以用来截取Windows登录密码,程序为创建windows服务,同时使用钩子对密码进行获得-intercepted procedures can be used to intercept Windows login passwords, procedures for the creation of windows services, and the use of the hook was right password
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:41.73kb
    • 提供者:神仙哥哥
  1. 获得桌面颜色

    0下载:
  2. 用鼠标钩子对鼠标消息进行拦截来得到鼠标在目前的位置,然后由的到的坐标来取得颜色值,-mouse news hook to intercept the mouse to be in the current mouse position, then the coordinates to get the color value,
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:63.68kb
    • 提供者:李力
  1. TrackUserIdle_src

    0下载:
  2. The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5.01kb
    • 提供者:l
  1. HOOK拦截键盘消息

    0下载:
  2. 用HOOK来拦截键盘消息-used to intercept keyboard HOOK news
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:55.67kb
    • 提供者:whale
  1. modulesyshooks

    0下载:
  2. 拦截module sys ,初学者可以参考下 , 可以学习任何使用HOOK技术来为自己服务-intercept module sys, beginners can refer to, can learn any use HOOK technology for their services
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:109.71kb
    • 提供者:dedodong
  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
    • 文件大小:2.26kb
    • 提供者:byron
  1. VC++Hook

    1下载:
  2. 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:363.33kb
    • 提供者:tanglongsh
  1. vc_jiqiaoshili_part5

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第5章 消息映射与处理 本章共8个实例: 1. Mouse鼠标消息示例 2. KeyBoard键盘消息示例 3. Sender_Reveiver利用消息来实现内部进程通信 4. MouseHook鼠标钩子示例 5. SubClass通过子分类来重定向消息 6. SuperClass超分类示例 7. Test重载OnCmdMsg来截获和重定向消息 8. CmdFun使用命令范围来映射消息-Visual.C
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:377.37kb
    • 提供者:xixi
  1. 20133348665

    0下载:
  2. 怎样让自己的程序进程不让别人强行关闭掉,拦截API函数,利用钩子拦截TerminateProcess这个API函数-how to let their own procedures process forced the closure of not allowing people to swap, intercepting API function, use the hook to intercept the TerminateProcess API
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:796.38kb
    • 提供者:无名
  1. keyhookzln

    0下载:
  2. 用VB编写的拦截键盘HOOK-VB prepared to intercept keyboard HOOK
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2.94kb
    • 提供者:张乐宁
  1. mirager_1

    0下载:
  2. 它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。当然,如果您告诉它一些类型信息,Mirager可以在拦截到调用时获取上下文,即参数和返回值-it is the use of technologies developed into debugging API hook. Compared to the traditional 16 under the entrance
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:392.47kb
    • 提供者:唐财爷
  1. 查看密码

    0下载:
  2. 能查看输入的密码,设置一个hook,截取用户的输入的文字,-can check the password, set up a hook to intercept the user input text,
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:270.98kb
    • 提供者:杨兵
  1. MYAPIHOOk

    0下载:
  2. 一个WINDOWS环境下全局钩子的使用和拦截API函数的简单演示.-a Windows environment overall hook to intercept and the use of simple API function demo.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:78.24kb
    • 提供者:chenbr
  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
    • 文件大小:677.62kb
    • 提供者:赵刚
  1. HOOK SEND RECV函数拦截网络封包的程序

    4下载:
  2. 一个HOOK SEND RECV函数拦截网络封包的程序!,HOOK SEND RECV a function of the program to intercept network packets!
  3. 所属分类:钩子与API截获

    • 发布日期:2012-11-01
    • 文件大小:514.1kb
    • 提供者:解寒瑜
  1. globalHook.rar

    0下载:
  2. 全局钩子的一个例子,能截获CBT_Active消息,对该窗口的标题进行修改,对了解钩子有很好的作用,An example of the global hook that can intercept CBT_Active message, the title of the window changes to the understanding of the role of good hook
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:320.06kb
    • 提供者:fridayzz
  1. hook

    0下载:
  2. 驱动挂钩,拦截指定函数调用。 -Driver linked to intercept the specified function call. Driver linked to intercept the specified function call.
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4.53kb
    • 提供者:lihui
  1. Intercept-blocker-window

    0下载:
  2. 拦截窗口Intercept blocker windowInterceptblocker window-Intercept blocker windowInterceptblocker window
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:9.27kb
    • 提供者:zhaoyadong
  1. Intercept-blocker-window-test

    0下载:
  2. 拦截测试 Intercept test intercept test -Intercept test intercept test
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:52.22kb
    • 提供者:zhaoyadong
« 12 3 4 5 6 »
搜珍网 www.dssz.com