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

搜索资源列表

  1. starcraftonline

    0下载:
  2. 本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。-procedures for the use of the hook capture the interstellar IPX packet networks, import substitution function through the data conversion IPX
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:638067
    • 提供者:qianqian
  1. nthookengine

    0下载:
  2. 钩子引擎 可以通过该引擎做文件钩子和键盘钩子,操作方便-Hook the engine so the engine can file hooks and keyboard hooks, easy to operate
  3. 所属分类:系统编程

    • 发布日期:2012-07-05
    • 文件大小:637433
    • 提供者:陈涛
  1. VB_RatMsgFlood.rar

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

    • 发布日期:2017-03-29
    • 文件大小:10928
    • 提供者:Lolita
  1. ParkMouse_src

    0下载:
  2. 采用系统窗体Hook技术后台控制鼠标。系统级的Hook采用独立的DLL编写。-Controlling the mouse using an application that runs in the background. Uses system wide Windows Hooks.System wide hooks in windows must be written as a separate DLL.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:9659
    • 提供者:肯斯特
  1. nthookengine.zip

    0下载:
  2. 钩子引擎 可以通过该引擎做文件钩子和键盘钩子,操作方便,Hook the engine so the engine can file hooks and keyboard hooks, easy to operate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:637433
    • 提供者:陈涛
  1. SpyNet

    0下载:
  2. 利用全局钩子和代码注入实现键盘纪录,可以设置只纪录在"Iexplore.exe", "Firefox.exe","Opera.exe", "msdev.exe"等进程对应窗口的输入。-Use of global hooks and code injection to achieve a record keyboard, you can set the record only in Iexplore.exe , F
  3. 所属分类:系统编程

    • 发布日期:2013-05-04
    • 文件大小:7128
    • 提供者:徐诚
  1. Hook

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

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  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. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:36255
    • 提供者:wudi
  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. tree

    0下载:
  2. GCC tree patch. adding hooks into gcc tree source code, which provide compiler level instrumentation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:170742
    • 提供者:Qin
  1. HookInjExjincheng

    0下载:
  2. 系统级钩子监控运行在当前系统中的所有线程的消息流。-System-level hooks run in the current system monitors all the threads of the message flow.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:9129
    • 提供者:欧阳
  1. AppInitHook

    0下载:
  2. Easy way to set up global API hooks-Easy way to set up global API hooks It uses AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique we will show how to easily hide calc.exe from the list of ru
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:71575
    • 提供者:xmxjc
  1. HookSystem

    0下载:
  2. Win32钩子函数,截获Windows系统消息,截获可执行应用启动。-It‘s a win32Hook function。It hooks Windows System API,and “.exe” files.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7616757
    • 提供者:skyge
  1. HideFileByHoo

    0下载:
  2. 隐藏文件的C++钩子,需要拿去用,做病毒小子可以尝试以下。-Hide File hooks for VC++6
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:1265
    • 提供者:noisc
  1. MOUSEHOOK

    0下载:
  2. VisualC++编程中,有关消息映射与处理的Mouse钩子方面的源代码-VisualC++ programming, mapping and processing the message' s source code hooks Mouse
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:55976
    • 提供者:陈九天
  1. KeyboardHook

    0下载:
  2. 用VC2010编写的键盘发声程序(钩子编程),A--Z和0--9都可以发声-The the keypad sounder program (hooks programming) VC2010 write A- Z and 0- 9 are sound
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:1566973
    • 提供者:郭士勇
  1. bttv-audio-hook

    0下载:
  2. Handlers for board audio hooks, splitted from bttv-cards.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:2663
    • 提供者:jklghn
  1. x32x64MiniHookEngine

    0下载:
  2. Source tool for developers who work with C#to fully implement NtHookEngine.dll. An extremely powerful way to implement hooks or "detours" because the only source code you need to work with is C#. It does not require C++ or any unmanaged coding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:8507
    • 提供者:Destiny
  1. pasemi_mac_ethtool

    0下载:
  2. Ethtool hooks for the PA Semi PWRficient onchip 1G/10G Ethernet MACs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:1474
    • 提供者:siujanma
  1. cfg

    0下载:
  2. mac80211 configuration hooks for cfg80211
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:9529
    • 提供者:cupongdiu
« 12 3 4 »
搜珍网 www.dssz.com