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

搜索资源列表

  1. SDS_Function

    0下载:
  2. SDS is an acronym for Solutions Development System, a C/C++ language interface compatible with the ADS® (AutoCAD® Development System) interface found in other CAD systems. SDS provides hooks into IntelliCAD, allowing you to create custom applic
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:167.39kb
    • 提供者:asdf
  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. HookSys_code

    0下载:
  2. 披露API Hook的相关技术。讲述如何监控API函数、查看操作系统内部以及如何扩充原函数的功能-Intercepting Win32 API calls has always been a challenging subject among most of the Windows developers and I have to admit, it s been one of my favorite topics. The term Hooking represents a fundament
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:70.36kb
    • 提供者:yourname
  1. HookMouse

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

    • 发布日期:2017-03-30
    • 文件大小:45.79kb
    • 提供者:冰雨
  1. HookAPI1.63_Demo

    0下载:
  2. hook api的例子 帮助学习HOOK技术 深入了解WINDOWS操作系统底层-hook api examples of techniques to facilitate the learning HOOK-depth understanding of the underlying operating system WINDOWS
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:200.53kb
    • 提供者:无唯
  1. Inject

    0下载:
  2. 目前Windows操作系统上面注入的方法也很多,《Windows核心编程》上面介绍了不少,大家也可以到网上搜索一下,比如钩子,远程线程技术-Into the Windows operating system is currently the method above, there are many, " Windows kernel programming" described above, a lot, we can also go to search on the Inte
  3. 所属分类:Hook api

    • 发布日期:2017-05-12
    • 文件大小:2.6mb
    • 提供者:howard
  1. 11-23KeyBoardMouseHook

    0下载:
  2. 实现对于windows操作系统下鼠标和键盘消息的截取-Achieve the windows operating system of the mouse and keyboard message interception
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:26.91kb
    • 提供者:何斌
  1. SPI-QQ

    0下载:
  2. 基于SPI的过滤QQ数据报程序vc++,对于学习操作系统编程的开发人员有帮助-Help developers to learn the programming of the operating system based on the SPI filter QQ datagram of the program vc++
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:3.92kb
    • 提供者:XWChen
  1. hook

    0下载:
  2. 修改ssdt表,隐藏进程(使*难以被操作系统发现)-The modify ssdt table hidden process (so that the Trojan can hardly be the operating system)
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:127.82kb
    • 提供者:宿凯翔
  1. ZyComHookSample

    1下载:
  2. IFileOperation COM HOOK代码实例 WIN7系统在explorer.exe中操作文件都是调用IFileOperation COM接口,因此通用方法HOOK Win32 API 如DeleteFile就失去了作用 该实例成功HOOK到了NewItem、RenameItem、RenameItems、MoveItem、MoveItems、CopyItem、CopyItems、DeleteItem、DeleteItems等接口 备注: google您可以找到有关com
  3. 所属分类:Hook api

    • 发布日期:2016-01-21
    • 文件大小:73kb
    • 提供者:海盗医生
  1. CPP_HOOK_BASED_DEBUGGER

    0下载:
  2. 基于HOOK原理的Debugger,用于调试操作系统内核或者调试R3级别的程序-Based on the the HOOK principle Debugger for debugging the kernel of the operating system or debug the R3 level of procedures
  3. 所属分类:Hook api

    • 发布日期:2017-11-16
    • 文件大小:221.73kb
    • 提供者:ffpwserver
  1. Keyhook

    0下载:
  2. 全局键盘钩子,实现对操作系统的所有按键的实时监控-Global keyboard hook to achieve real-time monitoring of all key operating system
  3. 所属分类:Hook api

    • 发布日期:2017-11-20
    • 文件大小:10.11kb
    • 提供者:桑明礼
  1. WinDisable

    0下载:
  2. 动态库,实现对操作系统中Ctrl Alt F4组合键的屏蔽,还有禁用alt tab和隐藏任务栏接口-Dynamic library, the shielding of the operating system, Ctrl Alt F4 key combination, as well as disable alt tab and hide the taskbar interface
  3. 所属分类:Hook api

    • 发布日期:2017-12-04
    • 文件大小:22.07kb
    • 提供者:桑明礼
  1. Spy_Idle

    0下载:
  2. 实现监控我们的操作系统是否处于空闲状态,这里主要是在一定的时间内是否有鼠标或键盘事件发生,如果没有就判定为空闲状态-Monitor and control our operating system is in an idle state, here in a certain period of time whether there is a mouse or keyboard event occurs, if not determined to be idle
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:212.76kb
    • 提供者:喻旭
  1. ScreenCopyAndPaste

    0下载:
  2. 屏蔽复制粘贴功能。delphi2010 打开程序后,整个操作系统的复制粘贴功能失效-Screen copy and paste function.delphi2010 After open the program, copy and paste the entire operating system function failure
  3. 所属分类:Hook api

    • 发布日期:2017-05-05
    • 文件大小:397.98kb
    • 提供者:阿董
  1. 6473720

    0下载:
  2. 一个用C写的内存管理系统,模拟操作系统内存,很好不错的-A memory management system written in C, simulation operating system memory, good good
  3. 所属分类:Hook api

    • 发布日期:2017-12-15
    • 文件大小:35kb
    • 提供者:QHR$6710
  1. invenface

    0下载:
  2. 操 作系统的实验程序,经典的银行家算法,界面交互性友好性不错,-Operating system experiment program, classic bankers algorithm, good interactive friendly interface,
  3. 所属分类:Hook api

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:evrnfnce
  1. mpgbj

    0下载:
  2. 该程序主要演示如何在windows操作系统下面打开文本文件程序,-The program mainly shows how to open the text file program under the Windows operating system,
  3. 所属分类:Hook api

    • 发布日期:2017-12-17
    • 文件大小:29kb
    • 提供者:repfztel
  1. cjzpeter

    0下载:
  2. 这是广工计算机学院05级的操作系统课程设计,是用TOUBO C做的~-This is guangdong industry college undergraduates in computer operating system, curriculum design is made of TOUBO C ~
  3. 所属分类:Hook api

    • 发布日期:2017-12-14
    • 文件大小:139.94kb
    • 提供者:ngx_0200
搜珍网 www.dssz.com