搜索资源列表

  1. wincehook

    0下载:
  2. Using keyboard hooks in WinCE By Prathamesh S Kulkarni
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:muneer
  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:206848
    • 提供者:changyou
  1. Code

    0下载:
  2. Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。-Hook programming. The process of how to install the hook, how to write global hooks, dynamic link library, global variable analysis of data sharing. ADO database pro
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:106496
    • 提供者:微笑利刃
  1. borad

    0下载:
  2. 钩子编程的一个实例,用于截获键盘信息,比较简单,适用于初学者-An example of programming hooks for interception of the keyboard information, is relatively simple for beginners
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:53248
    • 提供者:刘东
  1. vice

    0下载:
  2. 能够找出给种类型的系统Hook,包括IAT表,SSDT表等相关的钩子-VICE is a tool to find hooks. Features include: 1. Looks for people hooking IAT s. 2. Looks for people hooking functions in-line aka detouring. 3. Looks for hooks in the System
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:67584
    • 提供者:袁晓辉
  1. SystemHooks2

    0下载:
  2. Windows hooking functions. Keyboard and Mouse hooks are provided. Low level and high level functions.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:154624
    • 提供者:naseria
  1. globalhook2_src

    0下载:
  2. Windows hooking functions. Keyboard and Mouse hooks are provided. Low level and high level functions.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:naseria
  1. MouseKeyboardLib2005

    0下载:
  2. Windows hooking functions. Mouse hooks are provided. Low level and high level functions.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:71680
    • 提供者:naseria
  1. HideProcessHookMDL

    0下载:
  2. 利用ssdt钩子,隐藏以_root_开头的进程,-Ssdt use hooks to hide _root_ at the beginning of the process,
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:69632
    • 提供者:john smith
  1. UsbSkype

    0下载:
  2. usb的skype电话,就是一个象电话一样的终端通过usb连接到电脑上,然后就像打电话一样在这个终端上操作skype进行语音通话。 这是PC端的控制软件,这里面包含了usb驱动的完整代码,任务栏托盘的应用,还有一些软件钩子的使用,有兴趣的可以参考一下。-usb phone for skype, as the telephone is a terminal connected to the computer through the u
  3. 所属分类:USB编程

    • 发布日期:2024-05-20
    • 文件大小:103424
    • 提供者:pitol
  1. PasswordSpy

    0下载:
  2. 密码探测器,利用钩子,截取键盘鼠标的信息,然后保存到文件中!-Password detector, the use of hooks, the interception of keyboard and mouse information, and then save to a file!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:122880
    • 提供者:王凯麟
  1. FACEDETECTION

    0下载:
  2. 人脸检测系统,能完成人脸区域检测,人眼,嘴检测定位,勾绘人脸等功能-Face Detection system can detect the completion of the region face, eyes, mouth detection position of hooks face painting and other functions
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:1590272
    • 提供者:廖展伸
  1. DirectXHook_8_9

    0下载:
  2. DirectX 8 and 9 api hooks
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:1099776
    • 提供者:Ashina
  1. GetKeyboardVal

    0下载:
  2. 钩子实现接受所有的按键消息,运行在后台不显示出来。里面有说明文档-Hook to achieve access to all the key news, running in the background is not displayed. There is documentation
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:326656
    • 提供者:方南
  1. VipshellSrc

    0下载:
  2. 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.* 其中*,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴) 译前把工程设置成 Unicode VipShell 是服务端代码 VipClient 客户端代码 把纯真IP数据库 和 客户端放在
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:424960
    • 提供者:尪者歸來
  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. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:wudi
  1. xudong_Vipshell

    0下载:
  2. 申明: 本软件仅供学习使用。 如用本程序做非法用途后果自负,与作者无关!!! QQ:122357829 软件简介: 2009年6月5日 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.* 其中*,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴)
  3. 所属分类:Windows编程

  1. Examples

    0下载:
  2. 本系列源码包括画线,文本编辑,XP风格按钮,常用控件,文件操作,位图操作,鼠标操作,多媒体,数据库 DLL,网络,钩子等编程示例。-This series of source, including line drawing, text editing, XP-style button, common control, file operations, bitmap operations, mouse, multimedia, dat
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5635072
    • 提供者:James
  1. VB_RatMsgFlood

    0下载:
  2. 使用PostMessage实现窗口消息溢出,可以*大多数有R0保护的程序,磁碟机病毒使用过这个技术。-A message flood against process protected by r0 hooks.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:Lolita
  1. AntiHook

    0下载:
  2. 利用dll,利用钩子原理,实现反对钩子挂载的功能-Principle of the use of hooks to achieve against the hook hanging on the function of
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:226304
    • 提供者:dhrnh
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

源码中国 www.ymcn.org