搜索资源列表
Fool
- 一个小程序,运行后会让当前选中的窗口不断抖动,类似QQ的窗口抖动,由于使用了底层键盘钩子,所以会被杀毒软件报为病毒程序。-A small program that will run continuously shake the currently selected window, a window similar to QQ jitter, due to the use of low-level keyboard hook, it will be reported as anti-virus s
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, when hit any key on the keyboard, the program will be detected, and the pop-u
Hook_key_mouse
- 该程序设置全局鼠标键盘钩子函数,然后钩子函数对截取的消息发给本程序,消息按windows定义的WPARAM,LPARAM封装-The program set a global mouse and keyboard hooks, and then hook on the interception of messages sent to this procedure, the message defined by windows WPARAM, LPARAM package
Mousehook
- Mouse-鼠标钩子很好用的程序,希望对你有帮助-mouse hook program i hope to help you
Hook
- Delphi 键盘钩子最简单的例子。。。。。 hook Frm是宿主程序,Library是动态链接库-a Simple Demo about Hook
xqw0910
- brush developed in delphi ·Improved component for work with ·Improve DBGrid from EhLib. Many f ·Delphi 的StringGrid无法嵌入ComboB ·一个相当不错的皮肤源码 ·制作API钩子,截获API的源码 ·漂亮的delphi界面控件 ·远程桌面,服务端+客户端 ·DELPHI办公全套管理系统 ·针对 UDP 通讯协议的 Socket 构件, ·获取
KeyboardHook
- 利用钩子技术显现键盘监控。新的思想解惑应用程序的消息。-Show using the keyboard hook technology monitoring. Application of new ideas doubts the news.
HOOK_TEST
- delphi开发的钩子测试程序,源代码中包含了各种系统钩子的使用方法。-hook delphi development test program source code contains a variety of system hooks are used.
myHook
- window 下的钩子安装和使用的小程序,安装的鼠标钩子,封装在动态库中-windows hook install hook program,the hook is mouse hook,in dll
201061611271583
- 本软件可以截获几乎所有键值,例如:shift+?,ctrl+?,alt+?,F1~F12,shift或者ctrl或者alt + F1~F12,单独的 shift、ctrl、alt 键值,特殊键ins、del、caps lock、num lock、小键盘数字 等等,你只要稍作修改,也可以截获 ctrl+alt+?等键值,没有截获不到的键值,本程序不使用dll方式,使用常规方式,方便你编译调试修改,支持xp、vista、win7,是最强悍的键盘钩子控件, 本软件在delphi7下通过。-This s
CatchScreen
- 快速截屏程序,采用鼠标钩子绘制界面。每秒30次,以达到更好的视觉效果-Quick screen capture programs, using the mouse hook to draw the interface. 30 times per second in order to achieve better visual effect
CaptureU
- 本程序是通过钩子获得U盘插拔消息的示例程序,在Linux和嵌入式Linux上测试都试过。-Hook usb disk capture
KeyboardHook
- 使用键盘钩子实现按键发音程序。内含VC6.0环境下编译的源代码-Pronunciation keys using the keyboard hook procedure implementation. VC6.0 environment contains the source code compiled
green
- 运行主程序,然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。 然后点“开始”,就可以抓包了,点“停止”是停止抓包,回到游戏点“关闭本窗口”, 在在上面的筐筐里面可以写上保存的文件名,一般是TXT文件,要打完整的路径和名字 否则出错,退出前一定要点“释放本窗口”,不然会出错。再有就是有些游戏会无发呼叫本窗口。 本程序源代码BCB 5.0通过。 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是
program
- 隐藏任务栏和桌面,最小化所有窗口,以及屏蔽一些能关闭程序的键,运行后要求输入密码否则300秒后关机,键盘钩子(可记录键盘事件),任务管理器监控,线程守护等-Hide the taskbar and desktop, minimize all windows, and the shield that can shut down the program button requires a password or running off after 300 seconds, the keyboard
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,运行截图如上所示,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, run the screenshot shown above, when the hit any key on the keyboard,
readkey
- 键盘钩子发音程序,当按一个键时,可以读出所铵的是什么键!-Keyboard hook pronunciation program, when you press a key, can read what is the key ammonium!
RotateMap
- 自己写的小程序,对学习AE中的钩子非常有帮助,可以实现地图的翻转-Write a small program, to learn the hook AE very helpful, can flip the map
PPT
- 关于学习visual c++比较全面的ppt 目录: 第1章 开始使用Visual C++ 第2章 变量和表达式 第3章 流程控制结构 第4章 数组和字符串 第5章 函数 第6章 指针与引用 第7章 程序文件和预处理指令 第8章 自定义数据类型 第9章 类的更多功能 第10章 继承与多态性 第11章 标准模板库 第12章 异常处理 第13章 创建Windows应用程序 第14章 使用MFC创建Windows程序 第15章 消息和命
hook-vc2010
- 有很多鼠标钩子的程序下载不能运行,本程序重新修改后编译成功,并付执行文件。本程序实现对窗口消息的截获,是通过调用dll实现显示鼠标在桌面上坐标。-There are many mouse hook download can not run, the program compiles successfully re-revised, and pay the executable file. The program realization of the intercepted message win