CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 钩子程序

搜索资源列表

  1. KBSound

    0下载:
  2. 键盘发声程序,通过一个钩子动态链接库获取全部按键并发出声音-Keyboard sound program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4545790
    • 提供者:Fisher
  1. 07

    0下载:
  2. 创建一个键盘钩子,然后将其挂在一个应用程序中,在应用程序中只要用户在键盘上按下的字母和数字,钩子就会对其捕捉-Create a keyboard hook, and then hung in an application, in the application as long as the user at the keyboard by pressing on the letters and numbers, will hook to their capture
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:26082
    • 提供者:王正
  1. Mousehook

    0下载:
  2. 此代码是一个经典的鼠标钩子的程序,阐述了MFC的钩子的功能-mouse hook
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:65236
    • 提供者:yanzhou
  1. hookdll

    0下载:
  2. 键盘记录程序通过钩子现实全局钩子非常好用
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:13206
    • 提供者:mTian
  1. HookSys_code

    0下载:
  2. hook注入 截取屏幕程序 是利用调试技术编写成的API钩子-hook insert, intercept screen
  3. 所属分类:Hook api

    • 发布日期:2017-05-07
    • 文件大小:1210613
    • 提供者:viove
  1. jianpanfayin

    0下载:
  2. 键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很好地解决。-Key to pronunciation, the key is to let the process be able to know the current keyboard on which keys are pressed, and play the corresponding sound, of course, not
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3771
    • 提供者:张磊
  1. hidefile

    0下载:
  2. 程序功能实现隐藏文件的功能,主要通过钩子实现该文件隐藏功能-Program features to achieve the functions of hidden files, api hook, mainly through the realization of the hidden features of the document
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3939
    • 提供者:jj
  1. keyboard

    0下载:
  2. 键盘钩子的DLL程序,运用动态链接库,有兴趣的朋友可以看看。-The keyboard hook DLL procedures, the use of dynamic-link library, interested friends can see.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4021340
    • 提供者:林婷
  1. hookgouzilizi

    0下载:
  2. WINDOWS 钩子一个实例,大家可以根据这个来扩展写出自己想要的程序,比如键盘记录等-WINDOWS hook an example, we can expand this to want to write their own procedures, such as keyloggers and so on. . . .
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:98848
    • 提供者:foxcreek
  1. CaptureRect

    0下载:
  2. C++抓图程序,用到全局钩子,做成DLL的,可以学习下.-C++ capture process, use global hook, causing the DLL, you can learn under.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:107102
    • 提供者:Colorado
  1. MaskKey

    0下载:
  2. VC下开发的带回调函数的键盘钩子的源码,包含库源码和应用程序源码,学习键盘钩子很好的实例-Developed under VC transferred back to the keyboard hook function of the source code, including library source code and applications, learning the keyboard hook good example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:84614
    • 提供者:hanjun
  1. KeyboardHook

    0下载:
  2. 一个演示如何截获键盘钩子的程序,也许对你有帮助。-A soures of Catch Keybord hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:15581
    • 提供者:maxiang
  1. Intercepteduserinputprocedures

    0下载:
  2. 整理东西的时候翻出了个几年前的程序,功能是当用户输入拨号、EXCEL,WORD密码时,将其保存在一个文件里。程序用的是日志钩子,这样就不用象其他全局HOOK那样,必须单写一个DLL。   为了让初学者深入了解,将源代码贴上来,(SDK程序VC,BCB等WIN下的C编译器均可编译)象现在那些记录E-MAIL密码,OICQ密码等工具都是这原理,俺当时写着玩意的时候还没有OICQ。 有兴趣的可以自己加上。 -Finishing something when a fe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2502
    • 提供者:马超
  1. WindowsShell

    0下载:
  2. WindowsShell编程指南与实例 本书对Windows Shell编程指南与实例进行介绍,先从COM说起,把Windows Shell名字空间、扩展、进行介绍,还有考贝钩子处理程序、上下文相关处理程序、拖放处理程序、图标处理程序、属性表处理程序、放置处理程序、数据处理程序、任务条通知区、应用程序桌面任务条、Windows Shell链接、屏幕保护程序等知识进行讲解,有很强的知识性,可读性,值得参考阅读。-WindowsShell
  3. 所属分类:Shell api

    • 发布日期:2017-05-23
    • 文件大小:7522009
    • 提供者:顾云建
  1. hookdemo

    0下载:
  2. 利用钩子的概念,本程序实现了键盘和鼠标的录制和回放的功能。-The concept of the use of hooks, the procedures for the keyboard and mouse to achieve the recording and playback functions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:36255
    • 提供者:wudi
  1. keyboardvoice

    0下载:
  2. 一个用vc++编写的使用键盘钩子实现按键发音程序,很好用啊-keyboard for voice
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:520735
    • 提供者:susu
  1. SSStarText

    0下载:
  2. ShadowStar StarText Copyright (C) shadowstar, all rights free. 用两种钩子方式实现的鼠标取星号密码的程序,也可以用来取窗口中的文字以便复制。-ShadowStar StarText Copyright (C) shadowstar, all rights free. By means of two hook mouse asterisk password check procedure can also be used to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:400231
    • 提供者:shadowstar
  1. PasswordSpy

    0下载:
  2. PasswordSpy 程序最有趣的部分其实是使用 SetWindowsHookEx API.函数设置Windows 钩子。利用该函数你可以将钩子安装到操作系统中或者某个特定的进程中。钩子的种类有很多种,每种钩子作用也不尽相同,用来监视特定的一组事件。当某一类事件发生时,钩子代码被调用。PasswordSpy使用WH_GETMESSAGE钩子,它监视对GetMessage 和PeekMessage 的调用.-PasswordSpy is a program that will allow you
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:39795
    • 提供者:yuan
  1. MyCopyHook

    0下载:
  2. 这是用C++写的一个用于创建拷贝钩子的COM接口处理程序,它可以决定文件夹或打印机是否允许被移动、拷贝、重命名或删除等。有源码说明。-This is a C++ to write with a hook used to create copies of procedure of the COM interface, it can decide whether folders or printers have been allowed to move, copy, rename, or delet
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:14389
    • 提供者:Leviathan
  1. InnerHook

    0下载:
  2. 钩子的测试程序,测试钩子是否能够拦截成功-Hook of the test procedure to test whether or not to block the success of hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:31740
    • 提供者:刘家昌
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 35 »
搜珍网 www.dssz.com