CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 全局钩子 函数

搜索资源列表

  1. KeyHookApp

    0下载:
  2. 一个简单的全局钩子函数的实现,捕捉键盘的输入,然后在列表中显示出来。-a simple function of the overall situation hook achieve capture keyboard input, then the list displayed.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:47.79kb
    • 提供者:杨光
  1. hookapplication

    0下载:
  2. 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后无界面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\\\windows\\\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:420.09kb
    • 提供者:韩冰
  1. HookLoader_2008-09-24_11-21

    1下载:
  2. 用于学习Windows全局Hook,选择Hook的种类和函数名,自动加载和卸载钩子。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3kb
    • 提供者:Love
  1. MYAPIHOOk

    0下载:
  2. 一个WINDOWS环境下全局钩子的使用和拦截API函数的简单演示.-a Windows environment overall hook to intercept and the use of simple API function demo.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:78.24kb
    • 提供者:chenbr
  1. LaunchDLL

    0下载:
  2. 全局DLL钩子,可以记录键盘操作,并在C盘下建立log文件进行记录。DLL中已包含相关功能函数-Global hook DLL, you can record keyboard and established under the C drive log file records. DLL functions related functions have been included
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:john
  1. hook-api

    0下载:
  2. 利用全局钩子,将操作系统API地址修改为自定义的函数,使用完成后,再将地址修改为之前的操作系统API地址-Use global hook, the operating system API address changes for custom functions, using complete, then the address changes for the operating system API address before
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:45.62kb
    • 提供者:zhubh
  1. HookApi.rar

    0下载:
  2. 利用全局钩子,对API函数加载钩子,实现对API的监控,The use of the overall hook, hook load of the API function to achieve the monitoring of the API
  3. 所属分类:Hook api

    • 发布日期:2017-04-23
    • 文件大小:8.66kb
    • 提供者:dhrnh
  1. InlineHook

    0下载:
  2. 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:12.11kb
    • 提供者:好好
  1. gloabHook

    0下载:
  2. 这个是一个全局钩子,挂钩CreateProcess 函数,可以监控系统内所有启动的程序-This is a global hook, hook CreateProcess function, the system can monitor all programs launched
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:335.01kb
    • 提供者:多萨
  1. Prevent_Loadhook

    0下载:
  2. 阻止全局钩子的加载.使用了微软的Detours库进行API拦截。如果只是为了拦截一个函数,使用Detours好像有点儿浪费。本程序不使用Detours库,直接对LoadLibraryExW函数进行拦截。-Hook to prevent the loading of the overall situation. The use of Microsoft' s Detours library to intercept API. If only in order to intercept a f
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:11.77kb
    • 提供者:高军
  1. HOOKCSharpTest

    0下载:
  2. 是一个钩子利用的实例,使用函数 setwindowshookexw 获取全局键盘信息-Is an example of the use of hook, use the function global keyboard access to information setwindowshookexw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-27
    • 文件大小:32.32kb
    • 提供者:马斌
  1. SoftKeyboardCsharp

    1下载:
  2. C#语言实现的全局键盘鼠标钩子和软键盘,界面美观为函数生成-C# language keyboard and mouse to achieve the global keyboard hook and soft, attractive interface for the function to generate
  3. 所属分类:C#编程

    • 发布日期:2017-05-08
    • 文件大小:193.39kb
    • 提供者:masonwu
  1. gouzi

    0下载:
  2. 钩子的本质是一段用以处理 系统消息的程序,通过系统调用,将其挂入系统。钩子的种类有很多,每种钩子可以截获并处理相应的消息,每当特定的消息发出,在到达目的窗口之前,钩子程序 先行截获该消息、得到对此消息的控制权。此时在钩子函数中就可以对截获的消息进行加工处理,甚至可以强制结束消息的传递。 而键盘钩子,只是为了截获键盘消息的。全局钩子可以捕获在Windows平台下任意窗口上的键盘操作-Hook is the essence of a message processing system to proc
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1.5kb
    • 提供者:xiaojiake
  1. mouse_hander

    0下载:
  2. dll库,远程注入,分配内存,设置全局钩子,消息分析,只要消息分析好流程,可以自己添加发送消息函数,别让自己点太多的鼠标-dll libraries, remote injection, allocate memory, set the global hook, news analysis, as long as the message of good process, you can send a message to add their own functions, do not let
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1.16mb
    • 提供者:sad
  1. InnerHook

    0下载:
  2. 一个利用键盘钩子和鼠标钩子编写的全局钩子函数,功能:锁定桌面内所有进程,只留有F2解除锁定并卸载钩子!-Hook a keyboard and mouse using a global hook function hook preparation, function: lock the desktop, all the process, leaving only the F2 and uninstall the hook to unlock!
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:25.42kb
    • 提供者:董义军
  1. Hook_key_mouse

    0下载:
  2. 该程序设置全局鼠标键盘钩子函数,然后钩子函数对截取的消息发给本程序,消息按windows定义的WPARAM,LPARAM封装-The program set a global mouse and keyboard hooks, and then hook on the interception of messages sent to this procedure, the message defined by windows WPARAM, LPARAM package
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5.3mb
    • 提供者:龙枫
  1. SetWindowsHookEx

    0下载:
  2. 系统钩子(键盘钩子,鼠标钩子等等)已是我们最长用的手段,要做钩子程序就必须用到下面这几个函数使用动态链接库(dll),即要实现全局系统钩子。这里就这几个函数的参数做一下详细的讲解-Hook (hook the keyboard, mouse, hook, etc.) is the longest we have the means used, the hook procedure must be used to do these functions use the following dynam
  3. 所属分类:Hook api

    • 发布日期:2016-01-24
    • 文件大小:1kb
    • 提供者:刘斌
  1. asmAppHook

    0下载:
  2. api钩子,采用内核级钩子,全局勾取函数,vs2005编过,用到汇编代码-api hooks, kernel-level hooks, the global hook go function, vs2005 compiled over,use asm language
  3. 所属分类:Hook api

    • 发布日期:2017-11-18
    • 文件大小:70.9kb
    • 提供者:徐锦平
  1. Delphi-back-monitor

    0下载:
  2. 一、把当前进程变为一个系统服务:   目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。   二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤:   1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY   2、向Windows加入一个全局原子 Myhotkey:
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1.38kb
    • 提供者:iminss
  1. win8

    0下载:
  2. 自己写的钩子注入的一个历程!运用函数SetWindowsHooKex一个全局消息钩子-SetWindowsHooKex UnHookWindowsEx
  3. 所属分类:CSharp

    • 发布日期:2017-06-21
    • 文件大小:36.77mb
    • 提供者:杜楠
搜珍网 www.dssz.com