搜索资源列表

  1. QQ_LLK_SOURCE

    0下载:
  2. QQ连连看外挂源码 20050609qq 连连看外挂简介 原理 1 截取屏幕,从而取得方块数据,然后搜索算法. 2 通过鼠标键盘钩子发送消息来消去. 3 腾讯反外挂作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有 点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡外挂系统失效。 4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法 解决
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:222180
    • 提供者:wancb
  1. hookdemo23

    0下载:
  2. 用钩子实现记录用户键盘、鼠标操作并重现。-hook used to achieve record keystrokes, mouse and regain the operation.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:20480
    • 提供者:张懿
  1. 技术4-11-2002

    0下载:
  2. 这是一个用VC写的鼠标钩子函数的实例。能监测键盘和鼠标。-This is a VC write mouse hook function examples. Monitor keyboard and mouse.
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:4190208
    • 提供者:等待
  1. WindowsAPIhook

    0下载:
  2. Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:175104
    • 提供者:杨先生
  1. mhook

    0下载:
  2. 一个用c语言写的鼠标钩子程序,用钩子在Windows平台捕获鼠标动作。-a language used to write c mouse hooks, and use the hook on the Windows platform capture mouse movements.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:33792
    • 提供者:xuxuxuxu
  1. QQ_LLK_SOURCE

    0下载:
  2. QQ连连看外挂源码 20050609qq 连连看外挂简介 原理 1 截取屏幕,从而取得方块数据,然后搜索算法. 2 通过鼠标键盘钩子发送消息来消去. 3 腾讯反外挂作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有 点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡外挂系统失效。 4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法 解决
  3. 所属分类:其它资源

    • 发布日期:2024-07-04
    • 文件大小:1850368
    • 提供者:wancb
  1. HOOK

    0下载:
  2. 键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:6144
    • 提供者:nimingzi
  1. MouseSimulation

    0下载:
  2. 通过键盘ASDW控制鼠标运动,JK模拟鼠标左右键,全局钩子,用键盘控制鼠标。-ASDW control through the keyboard mouse movement, JK simulation around the mouse button, global hook, using the keyboard to control the mouse.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:1339392
    • 提供者:王路
  1. c_mouse

    0下载:
  2. c++ 鼠标事件的操作,包括介绍了一些深入到系统调用的事件,如鼠标钩子-c++ mouse programing,including hook
  3. 所属分类:系统编程

    • 发布日期:2024-07-04
    • 文件大小:2879488
    • 提供者:chengzhongyang
  1. Source_Code_and_Demo

    0下载:
  2. 鼠标键盘的钩子程序。可截获鼠标 单击,双击,左键,右键,移动。以及键盘的按下,抬起,和输入内容。-Mouse keyboard hook procedure. Can intercept the mouse click, double click, left, right, moving. And press the keyboard, lift, and input.
  3. 所属分类:.net编程

    • 发布日期:2024-07-04
    • 文件大小:49152
    • 提供者:hero
  1. shubiaogouzi

    0下载:
  2. 鼠标钩子(截获同时按下左右键钩子)挺好玩的,大家可以看看!-Mouse hook (seized around the same time pressing the button hook) really fun, you can see!
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:huxingqi
  1. HOOK

    0下载:
  2. 基于vc++,该程序会自动开机启动,运行后会全屏,屏蔽鼠标和键盘操作,但是按下F2键可退出,属于钩子程序-Based on vc++, the program will automatically boot and run after full-screen, mouse and keyboard screen, but pressing the F2 key to exit, is the hook program
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:337920
    • 提供者:hcz
  1. Win_HOOK

    0下载:
  2. Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:10240
    • 提供者:宋若军
  1. 23

    0下载:
  2. 鼠标钩子例程(截获同时按下左右键钩子),很不错的易语言源码,适合易语言爱好者使用。-Mouse hook routines (intercepted while pressing the left and right arrow keys to hook), very good source of easy language for easy language enthusiasts.
  3. 所属分类:易语言编程

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:ipadtv4
  1. Windows_key

    0下载:
  2. 监控输入的键盘数值,用钩子获取,可以监控全部键值包括鼠标键值-Monitoring keyboard input value, get with hook can monitor all keys, including mouse key
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-07-04
    • 文件大小:73728
    • 提供者:jams huang
  1. TestHooks

    0下载:
  2. 鼠标和键盘钩子示例程序,包括普通鼠、键钩子和低阶鼠、键钩子共4个,VS2008源码-Test Hook
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:2046976
    • 提供者:liu
  1. hook-routines-

    0下载:
  2. 易语言程序 易语言源码模块 鼠标钩子例程(截获同时按下左右键钩子)-Easy language program easy language source code module mouse hook routines (intercepted while pressing the button hook)
  3. 所属分类:易语言编程

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:zhang
  1. VB调用VC的全局钩子,屏蔽键盘任意键

    0下载:
  2. Vb 开发方便使用的键盘、鼠标钩子 hook(Vb development, easy to use keyboard, mouse hook, hook)
  3. 所属分类:钩子与API截获

    • 发布日期:2024-07-04
    • 文件大小:81920
    • 提供者:一帆_k
  1. 鼠标键盘钩子

    0下载:
  2. 获取鼠标坐标以及鼠标键的状态,可以用于制作鼠标按键连发或者是自瞄。(Access to the mouse coordinates and the state of the mouse button can be used to make the mouse button connection or self - aim.)
  3. 所属分类:外挂编程

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:Ethan Tian
  1. GWVE1

    0下载:
  2. 鼠标钩子例程截获同时按下左右键钩子,很不错的易语言源码,适合易语言爱好者使用,()
  3. 所属分类:易语言编程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:dirtinjuish
« 12 »

源码中国 www.ymcn.org