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

搜索资源列表

  1. API_VC_HOOK-

    0下载:
  2. API钩子APIHOOK2.0源代码 VC源码-系统控制
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:53100
    • 提供者:杨谦
  1. IEHelper1245

    0下载:
  2. 利用钩子实现对IE上网记录的跟踪,代码完全,编译后对生成的插件注册到系统后就可以使用
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:204677
    • 提供者:金军
  1. cbt

    1下载:
  2. 介绍钩子,系统托盘与等待函数 -hook introduced, the system tray and waiting Function
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:36008
    • 提供者:尹凌
  1. TrayandHook

    0下载:
  2. 系统托盘和钩子程序例子-system tray and hook procedures example
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:152852
    • 提供者:柴永
  1. hookyou_1

    1下载:
  2. 本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code descr iption of the contents include : API interception, news hook, except for the for
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:143431
    • 提供者:唐财爷
  1. 2005325183220756

    0下载:
  2. vc制作型号密码查看器.熟悉系统编程的应该知道钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。这里我们主要用到了WH_KEYBOARD 键盘钩子和WH_MOUSE 鼠标钩子.-vc production models password viewer. Programming familiar with the system should know hook system capable of intercepting and with the other barber
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24398
    • 提供者:阿飞
  1. Fools.rar

    0下载:
  2. 本程序采用VS2008.Net制作。模仿了死机或蓝屏(两者之间随机)。 系统用到Graphic、进程操作、屏幕截图截图、键盘钩子、注册表等,适合新人学习Winform程序之用。 由于系统模仿了死机和蓝屏,可在3秒内点击鼠标以解锁。否则只能重启电脑。 /// 鼠标码:11211233312 (“1”为鼠标左键,“2”为鼠标右键,“3”为鼠标中键) ,VS2008.Net produced using this procedure. Mimic a crash or blue scree
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:68027
    • 提供者:hml
  1. APIHook_Dll.rar

    0下载:
  2. HooKAPI 钩子技术!完美实现 截获系统消息,Technology HooKAPI hook! Intercepted messages to achieve a perfect system
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:11294
    • 提供者:mf
  1. anit

    0下载:
  2. Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:7320
    • 提供者:田浩
  1. Stm32_ucos_2-1

    0下载:
  2. 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:339623
    • 提供者:林燕
  1. vistual_keypad

    0下载:
  2. DELPHI2010 软键盘+全局钩子 系统默认0为呼唤键-Use Delphi2010 Make a virtual keypad system default number 0 is active the form!
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:12497
    • 提供者:duan
  1. 20101024101655133

    0下载:
  2. eHook.fne,易语言支持库,第三方支持库,全局钩子支持库 本支持库实现对全局钩子的支持。 本库为一般支持库,需要易系统3.0版本的支持,需要系统核心支持库3.0版本的支持,提供了2种库定义数据类型,提供了8种命令,提供了14个库定义常量。 操作系统需求: Windows -全局钩子支持库
  3. 所属分类:其他小程序

    • 发布日期:2017-03-26
    • 文件大小:7904
    • 提供者:adladl
  1. ApiHookTest-for-print

    0下载:
  2. VC++使用钩子,拦截显示盘符的函数和打印函数,控制系统的盘符显示和打印-ApiHookTest for hiding disk and print,control system s print and disk
  3. 所属分类:Hook api

    • 发布日期:2017-06-20
    • 文件大小:32559242
    • 提供者:赵亮
  1. GETDATA

    0下载:
  2. 自动获取系统任意进程输入框中的数据 钩子使用 截获键盘输入和控件焦点消息 全局共享内存-Any process of automatic acquisition system, the data input box, hook the keyboard input and control using the intercepted messages focus global shared memory
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:58348
    • 提供者:moto
  1. Desktop_lock

    0下载:
  2. 挂机锁屏工具,(内有二款)本人原创。通过注册表修改和键盘钩子屏蔽了所有的系统热键,完美无错!可以说是目前互联网上公开源码最好用的挂机锁。-Hook lock screen tool (with the second paragraph) I original. Keyboard hook through the registry modification and shielding of all the system hot key, error-free! Can be said that o
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:450085
    • 提供者:set
  1. EnumHook

    0下载:
  2. 枚举系统全局钩子程序,能够将系统里已有的全局钩子全部列出 通过加载驱动实现-Enumeration system global hook procedures, the system has been able to list all the global hooks driven through the load to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2322569
    • 提供者:jjq
  1. AutoSend

    0下载:
  2. c# 调用钩子函数,掌控鼠标和键盘的操作。获取屏幕的像素值来判断测试的结果,最终送到ShopFloor系统-c# call hook function, control the mouse and keyboard operation. Access to the screen pixel value to determine the test results, and ultimately to ShopFloor system
  3. 所属分类:Hook api

    • 发布日期:2017-05-08
    • 文件大小:112684
    • 提供者:Jack
  1. VisualC6abc-Master_ch10

    0下载:
  2. 《Visual C++ 6.0 从入门到精通》一书第10章源代码。内容是系统DLL函数的用法,其中几个钩子程序(键盘、鼠标)很有用。- Visual C++ 6.0 from entry to the master, a book Chapter 10 source code. DLL function is the system usage, including several hook procedures (keyboard, mouse) very useful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:339111
    • 提供者:Jack
  1. Input_Method

    0下载:
  2. 目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:18088
    • 提供者:高军
  1. delphi-hook-function-call

    0下载:
  2. delphi下 系统编程 钩子函数的调用-under the system programming delphi hook function ca--under the system programming delphi hook function call
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:7317
    • 提供者:jamily
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com