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

搜索资源列表

  1. SelfSendKeys

    0下载:
  2. 全局的键盘勾子和鼠标钩子、能在任何情况下获取键盘和鼠标事件-Global keyboard hooks and mouse hooks, in any case for the keyboard and mouse events
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:218383
    • 提供者:章士伟
  1. classic_instance_of_windows_programming_hooks

    0下载:
  2. windows编程钩子经典实例classic instance of windows programming hooks-classic instance of windows programming hooks
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:20668
    • 提供者:3n
  1. APIHOOK1

    0下载:
  2. API钩子,通过修改IAT表实现,截获MessageBoxW,MessageBoxA等API;可自由修改自定义API实现函数-API hooks, by modifying the IAT table to achieve, intercepted MessageBoxW, MessageBoxA other API be free to modify a custom API to achieve the function
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:83423
    • 提供者:未愈书生
  1. KBLock

    0下载:
  2. 一个鼠标和键盘的钩子示例,可以锁定和解锁键盘鼠标-A mouse and keyboard hooks example, you can lock and unlock the keyboard and mouse
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:524753
    • 提供者:JasonLiu
  1. SDTRestore

    0下载:
  2. Win32 Kernel Rootkits modify the behaviour of the system by Kernel Native API hooking. This technique is typically implemented by modifying the ServiceTable entries in the Service Descr iptor Table (SDT). Such modification ensures that a replacement
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:8273
    • 提供者:Mimi
  1. apihook

    0下载:
  2. ApiHooks allows to hook any API in specified process. ----------------------------------------------------- ApiHooks allows inserting module (with hooks) into the specified process. ApiHooks exports EstablishApiHooks functions for usage in your
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:84491
    • 提供者:sams
  1. key_preview

    0下载:
  2. is a simple Macro recorder/player for Windows that uses windows hooks to record and replay mouse and keyboard actions that you perform on the desktop. It is similar to the macro functionality present in applications like Word and Excel, only that the
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:30326
    • 提供者:john3659
  1. Win_HOOK

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

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

    0下载:
  2. vc下钩子简单应用,举例三种:线程钩子/全局钩子/全局钩子+组合键. 有需要鼠标请自行添加-vc hook under the simple applications, such as three example : thread hooks/Global Hooks/Global Hooks+ key combination.if needed, you can add your own mouse function
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2123778
    • 提供者:野火冉冉
  1. HookExplorerSrc

    0下载:
  2. Explore hooks of different programs.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:63617
    • 提供者:elazia
  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
    • 文件大小:5558418
    • 提供者:龙枫
  1. Hide_Disk_Partition_using_Irp_Hook

    0下载:
  2. 利用IRP挂钩技术来隐藏磁盘分区。如果传递的IRP为隐藏磁盘的IRP,则丢弃。代码分为应用层和驱动层。-IRP hooks using technology to hide the disk partition. If you pass the IRP to hide disk IRP, then discarded. Code into the application layer and driver layer.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:370244
    • 提供者:王波
  1. spy

    0下载:
  2. 键盘钩子 源代码(在记录键盘值时也记录的窗口的标题)-Source code (record in the keyboard hooks also record of keyboard value when the window s title)
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:25053
    • 提供者:魏明
  1. rewolf.hooklib.v1.0

    0下载:
  2. Small hook library. It contain three methods of hooking: - IAT hooks - import table hooks, functions are hooked only in one module (IAT owner module) - EAT hooks - export table hooks, functions are hooked for all modules (modules lo
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:29011
    • 提供者:GamingMasteR
  1. rkanalyzer

    0下载:
  2. rootkik的分析用于检测系统内核钩子的源码-rootkik analysis is used to detect the source of kernel hooks
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3709157
    • 提供者:
  1. HookDemo

    0下载:
  2. 利用系统钩子,获得剪切板中的内容信息。里面包括了listview的重新绘制。-Use of system hooks, access to the contents of the clipboard information. Which includes a re-draw listview.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5366
    • 提供者:wo
  1. HOOK_TEST

    0下载:
  2. delphi开发的钩子测试程序,源代码中包含了各种系统钩子的使用方法。-hook delphi development test program source code contains a variety of system hooks are used.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:695687
    • 提供者:wangyan
  1. SystemHooksCSHARP

    0下载:
  2. Global System Hooks in .NET. Use of global system hooks in .NET applications. A reusable class library is developed along the way.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:153743
    • 提供者:progrmeste
  1. PDF

    0下载:
  2. Collection of PDF - Windows Rootkits, Rootkit detection, Api Hooks, Code Obfuscation Et-Collection of PDF - Windows Rootkits, Rootkit detection, Api Hooks, Code Obfuscation Etcc..
  3. 所属分类:Hook api

    • 发布日期:2017-05-23
    • 文件大小:7286550
    • 提供者:karnel32221
  1. 201031710519

    0下载:
  2. 锁定鼠标和键盘 采用钩子函数编写 可控制锁定时间 这是小弟自学钩子的成果 希望对各位有帮助 -Lock mouse and keyboard control the use of hooks to write self-locking hook of time which is the outcome of brother you want to help
  3. 所属分类:Hook api

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