CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - window function.

搜索资源列表

  1. clipboardviewer_demo

    0下载:
  2. 用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:21380
    • 提供者:王林
  1. gouzhi_Mouse

    0下载:
  2. 确定当前鼠标跟那个窗口有关,是开发某些产品时必不可少的功能,这个程序对你一定有用。-determined that the current window with the mouse, is the development of certain products essential to the function of this procedure useful to you.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:34906
    • 提供者:spider889
  1. WinRARZIP

    0下载:
  2. 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法(注:本人杜撰)。   窗口过程函数
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:760308
    • 提供者:孙乾坤
  1. getremotewndprocdemo

    1下载:
  2. 获取其它进程中窗口的窗口过程 创建远程线程的方式,可以在其它进程内创建一个新的线程,并且可以指定这个线程的线程函数-access to other process window of the process of creating long-range window thread, in other processes to create a new thread, and can specify the function thread Thread
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:14484
    • 提供者:张世民
  1. anit

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

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

    1下载:
  2. 自己写的代码 SrHook:实现钩子功能的dll SpyWin:仿照Spy,获取窗口信息,截获消息,模拟菜单命令和按键指令-Write their own code SrHook: achieve hook function dll SpyWin: modeled on Spy, access to window information, intercepted messages, analog menu commands and command keys
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:232176
    • 提供者:刑天
  1. HookMessage

    0下载:
  2. 实现了同时按下鼠标左右键关闭、隐藏窗口的功能,在按下或者弹起系统键,光标自动移动到文件菜单上,本人用Hook屏蔽掉此功能,只是用来学习 -Achieved about the same time press the mouse button closure, hidden window function, press the up or the system key, the cursor automatically move to the File menu, I use this fea
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:19588
    • 提供者:徐金林
  1. WindowsAPISoruces

    0下载:
  2. windows API(清华大学冉林仓编著)源代码,包括8章。本书在介绍Win 32 API函数调用的基础上,重点介绍如何使用Windows SDK API开发Win 32动态链接库和应用程序,并结合进程管理、进程通信、钩子函数、窗口子类化、API HOOK、Internet Explorer开发、网络编程等介绍了API函灵敏在这些方面的综合应用。 本书中的实例源代码可通过 本书主要面向熟悉Windows开发且有一定编程基础的中高级用户,旨在帮助用户提高系统编程的能力。-windows AP
  3. 所属分类:Hook api

    • 发布日期:2017-05-18
    • 文件大小:5554518
    • 提供者:云飞扬
  1. HookFunc

    0下载:
  2. 载获API函数,获取字符串这个例子就是通过Hook几个最基本的字符串输出函数,以获得系统所有文字的例子! 获取到字符串后,将以WM_COPYDATA消息发送到接收窗口,所以接收窗口需自定义一下接收函数。 -Previously approved API function to get the string in this example is the string through the Hook a few basic output function to obtain all
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:23431
    • 提供者:chinaeping
  1. wuxian

    0下载:
  2. 在家用无线上网,发现没有记录时长的功能,于是自己写了一个。用API去操作无线上网的程序,用的时候可能要自己去改一下窗口的标题-Wireless Internet access in the home and found no record of when the length function, then write your own one. API to operate with wireless Internet access program, and use the time to ch
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:219333
    • 提供者:gcaufy
  1. Win_HOOK

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

    • 发布日期:2017-04-01
    • 文件大小:10375
    • 提供者:宋若军
  1. testrecorder

    0下载:
  2. 熟悉使用vc中的对话框窗口,以及使用hook函数的一些基本用法-Familiar with the dialog window in vc, and the use of some basic usage of hook function
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1904158
    • 提供者:李小贝
  1. APIH00k

    1下载:
  2. API钩子系统一般框架 通常,我们把拦截API的调用的这个过程称为是安装一个API钩子(API Hook)。一个API钩子基本是由两个模块组成:一个是钩子服务器(Hook Server)模块,一般为EXE的形式;一个是钩子驱动器(Hook Driver)模块,一般为DLL的形式。 钩子服务器主要负责向目标进程注入钩子驱动器,使得钩子驱动器运行在目标进程的地址空间中,这是关键的第一步,而钩子驱动器则负责实际的API拦截处理工作,以便在我们所关心的API函数调用的之前或之后能做一些我们
  3. 所属分类:Hook api

    • 发布日期:2014-12-23
    • 文件大小:555008
    • 提供者:刘永
  1. MySkinDebug

    0下载:
  2. 这个项目创建了两个钩子一个过程钩子,一个是调试钩子,打开调试钩子可以避免窗口被过程钩子修改过程函数。刚刚学习钩子可以拿来-The project to create a process hooks of the two hooks, a debug hook, open the debugging hooks can be avoided window process hook to modify the process function. Just to learn the hook can
  3. 所属分类:Hook api

    • 发布日期:2017-05-12
    • 文件大小:2961678
    • 提供者:刘智民
  1. vbkey

    0下载:
  2. 模拟鼠标键盘,封装窗口获取句柄函数,封装全局热键类。基本上按键精灵有的都有了。-Simulating mouse and keyboard package window to get the handle function, the package global hotkey class. The basically QuickMacro have.
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:10694
    • 提供者:
  1. WOW_HIde

    0下载:
  2. 利用API函数根据窗口标题来隐藏窗体 例子中是 隐藏WOW的窗体和任务栏图标 -Form example form and taskbar icon hidden WOW API function to hide the window title
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:6779
    • 提供者:lihonghui
  1. captured-picture-of-multifunctional

    0下载:
  2. #此模块主要提供抓图功能,支持以下三种抓图方式: #1、抓取全屏,快捷键CTRL+F1 #2、抓取当前窗口,快捷键CTRL+F2 #3、抓取所选区域,快捷键CTRL+F3 #抓到之后,会自动弹出保存对话框,选择路径保存即可-# this module mainly provide screenshots function, supports the following three screenshots:# 1, grab a full-screen, the shortc
  3. 所属分类:Hook api

    • 发布日期:2017-04-12
    • 文件大小:1641
    • 提供者:hhkk
  1. MinHook_122_src

    0下载:
  2. 一个windows api的hook库,支持x86和x64-One pair of hook library window api function is very useful to support x86 and x64
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:48943
    • 提供者:franklinme
  1. HANDLE

    1下载:
  2. 利用API函数获取并控制第三方软件窗口句柄,对自动控制软件运行很有帮助-Using the API function to capture and control the third party software window handle, is of great help to automatic control software running
  3. 所属分类:Hook api

    • 发布日期:2014-12-22
    • 文件大小:3772416
    • 提供者:贾雨
  1. Easy-language-Mail

    0下载:
  2. 这个是我用易语言写的一个钩子函数,这次所用的是易语言与C++不同,功能可以记录用户击键信息,并将记录信息发送到指定邮箱,有开机自起,隐藏窗口等功能-This is I use easy language to write a hook function, this is easy to C++ language and different function can record the user click key information, and recording information s
  3. 所属分类:Hook api

    • 发布日期:2017-04-28
    • 文件大小:90937
    • 提供者:李和清
搜珍网 www.dssz.com