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

搜索资源列表

  1. Handle

    0下载:
  2. 消息拦截实现仿真录入,包括Edit,Combobox,DateTimePicker,取得控件类,枚举控件类-news interception simulation logging, including Edit, Combobox, DateTimePicker, made Controls category, except Control category
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:378415
    • 提供者:三儿
  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. FindProess

    0下载:
  2. 此程序可以显示鼠标所在位置的相关信息和显示当前进程及其路径 信息有:前位置的句柄、类名、当前控件的内容、颜色等。-this procedure can show the location of the mouse-related information and display the current process and path information : the former location of the handle, a class name, the contents of t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:190763
    • 提供者:生来
  1. HookImport_src

    0下载:
  2. Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6252
    • 提供者:l
  1. unhook

    0下载:
  2. 输入HHOOK的handle,unhook相应的钩子-importation HHOOK the handle, unhook the corresponding hook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:21519
    • 提供者:陈大兴
  1. FindManSrc

    1下载:
  2. 句柄值查询器. 可实现集灰色按钮客星、星号密码查看器、无效菜单激活器于一身的实用工具。由于现在很多程序员习惯把软件的密码或序列号事先计算出来,存放到一个不可见的控件元素中,所以,添加上类的搜索与关键字查询功能, 它还具有密码读取的能力。 -handle inquiries for value. Set achievable gray button-passenger Star Password viewer, invalid menu activation device in a p
  3. 所属分类:钩子与API截获

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

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

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

    1下载:
  2. 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-mouse hook : a record current window handle to determine whether the mouse left window border, and the location of the mouse window title is displayed in real-time. keyboard
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:181923
    • 提供者:李宇亮
  1. PureDll

    0下载:
  2. 这是一个利用纯W32 DLL文件进行HOOK编程的源代码,不含MFC架构 1、用VC向导生成Win32 Dll 2、手动加入def文件,其中内容与MFC 规则DLL中相同 3、DllMain中的第一个参数是HANDLE类型的,强制转换成HINSTANCE型的 4、令SetWindowsHook中的参数App->hInstance变为DllMain中初始化的Instance 5、确保程序中不出现MFC的东西
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:14552
    • 提供者:neusoftrhl
  1. Api Hook和封包拦截技术

    0下载:
  2. const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:199137
    • 提供者:黄春标
  1. zhuru.dll注入的源代码

    0下载:
  2. 一个dll注入的源代码,通过找窗口句柄,HOOK,热键呼出封装在dll中的窗体,A dll into the source code through to find window handle, HOOK, exhaled hotkey is packaged in a form in dll
  3. 所属分类:钩子与API截获

    • 发布日期:2017-03-26
    • 文件大小:349621
    • 提供者:我是人
  1. VBSimpleSpy

    0下载:
  2. 用VB写的Simple Spy,实现了窗口标题句柄等的截获,最重要的是思路简单,在VB6.0下调试通过-VB written with Simple Spy, achieved the title of the window handle, etc. intercepted, the most important is the idea of simple, to debug through VB6.0
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:65581
    • 提供者:hanks
  1. hookyou

    0下载:
  2. 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就无能为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:145907
    • 提供者:王孝天
  1. SimpleKBHOOK

    0下载:
  2. 简单的键盘监听器 涉及HOOK和鼠标获取其他进程窗口句柄-Simple keyboard monitor and mouse HOOK involving other processes to obtain the window handle
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:210163
    • 提供者:yuwujia
  1. HookSpy_src

    0下载:
  2. 使用钩子获取窗口或控件的详细信息。句柄,文本(或编辑框的密码)所属线程等。-Window or use the hook to obtain detailed information on controls. Handle, text (or edit the password box), such as their threads.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:12020
    • 提供者:徐俊飞
  1. winhider

    0下载:
  2. As a hide windows tool,it could hide windows program (hide applications,hide program) from screen and taskbar. It Show window property of application,such as window handle,class name,process id etc. -As a hide windows tool,it could hide windows
  3. 所属分类:Hook api

    • 发布日期:2017-05-01
    • 文件大小:594035
    • 提供者:
  1. rawinput_src

    0下载:
  2. Raw input device. // Create a new InputDevice object, get the number of // keyboards, and register the method which will handle the // InputDevice KeyPressed event -Raw input device. // Create a new InputDevice object, get t
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:16279
    • 提供者:naseria
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. HookKey

    1下载:
  2. IRP Hook 键盘Logger源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Logger,而且比分层驱动的方法更加隐蔽。-
  3. 所属分类:Hook api

    • 发布日期:
    • 文件大小:57659
    • 提供者:ithurricane
  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
    • 提供者:贾雨
« 12 3 »
搜珍网 www.dssz.com