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

搜索资源列表

  1. HookKeys

    0下载:
  2. 在win2000,xp下拦载主要系统键,还可以自已添加,这个模块是一个通用的DLL。-in WIN2000, xp stopped under the main system containing keys, but also can add their own, this module is a generic DLL.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:132.91kb
    • 提供者:llp
  1. apihooktest2

    0下载:
  2. 一、前言   前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明   总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:143.59kb
    • 提供者:ddd
  1. APISpyLib

    0下载:
  2. 这个是本人上传的EXE所须的DLL,他是一个全局的钩子监视指定的API,捎做修改就是一个进程主入的东西-this is the upload EXE required DLL, He is a common hook surveillance designated API, because we do is a process of change into the main things
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6.95kb
    • 提供者:于军亮
  1. secretsafe

    0下载:
  2. 此程序主要功能是防止密码盗用,主要是通过动态创建一有EDIT类,利用HOOK技术,不让别人盗取密码-main function of this program is to prevent misappropriation passwords, mainly through the creation of a dynamic category is EDIT, HOOK use of technology, not allowing people to steal passwords
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1.13mb
    • 提供者:卢丽君
  1. ImmKeyLog_src_6_26

    0下载:
  2. 主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the s
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11.22kb
    • 提供者:islq
  1. rawinput

    0下载:
  2. 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to o
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:18.22kb
    • 提供者:李大叶
  1. flyang_myhook.src.ccrun.387227

    0下载:
  2. 用C++Builder实现的截包代码Dll是用BCB6写的,主EXE是用C++Builder2006。 -C Builder code of the latest package is BCB6 Dll wrote, EXE is the main C Builder2006.
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-14
    • 文件大小:378.15kb
    • 提供者:梁悦
  1. get main board info

    0下载:
  2. get main board info
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3.1kb
    • 提供者:肖遵宣
  1. KeyboardHook

    0下载:
  2. 键盘钩子是通过keyboard.cs中的KeyboardHook类来建立和管理的。这个类实现了IDisposable接口,因此,实例化它的最简单的方法是在应用程序的Main()方法中使用using关键字来封装Application.Run()调用。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:210.57kb
    • 提供者:wanglin
  1. API函数导航

    1下载:
  2. api函数导航.主要是对在应用api函数时,所需要的函数,并说明每个函数的功能.-api function navigation. The main thing is to function in the application of api, the required functions, and each note of functionality.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:22.33kb
    • 提供者:顾横生
  1. Defender

    0下载:
  2. VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
  3. 所属分类:Hook api

    • 发布日期:2017-05-21
    • 文件大小:6.07mb
    • 提供者:孙新
  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
    • 文件大小:142.49kb
    • 提供者:王孝天
  1. DisableWindowsKeys

    0下载:
  2. 用VB编程实现锁定计算机键盘,主要功能就是禁止键盘上的任意按键,同时还可以为软件设置密码,禁用任务管理器,保存当前设置;另外还可在任务栏添加小图标和任务管理器"应用程序"及"进程"隐藏进程的功能,并且锁定计算机后禁止使用屏保密码,可以使用快捷键解锁。-Programming with VB computer keyboard lock, main function is to prohibit any key on the keyboard, while software can also se
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:24.78kb
    • 提供者:Utah
  1. m_khook

    0下载:
  2. 一个通过鼠标钩子获得一些窗口有用的信息,主要供大家学习参考,适合初学者了解钩子的使用-A mouse hook through the window to receive some useful information, the main reference for them to learn for beginners to understand the use of hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-25
    • 文件大小:327.46kb
    • 提供者:haimo
  1. Mousehook

    0下载:
  2. 鼠标钩子 能得到 窗口主体的 全局钩子-Mouse hook will be the main window of the overall hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4.21kb
    • 提供者:qiangqiang
  1. MouseRecordTools

    0下载:
  2. 是本人写的一则HOOK入门学习的鼠标记录程序,对BCB下编程,HOOK入门会有较大的帮助,代码简洁明了,绝对是原创,唯一。包括两个文件夹:DLL 和Main,可直接编译,有问题者可加我QQ:542561233讨论。-this is an example for System-Hooking programing,I think it‘s brief enough for the steping-into hooking who use C++builder。if you have any que
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:574.23kb
    • 提供者:tangbo
  1. DetectDriver_src1

    1下载:
  2. This article is the continue of the previously posted article HideDriver. Initially the first article was an experiment and the result of it exceeded all my expectations. I want to thank all readers who left comments and wrote emails, your opinions w
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1.22mb
    • 提供者:si perdana
  1. globalmousehook

    0下载:
  2. 这是一个全局鼠标钩子的应用,运行之后可以在桌面乱画直线,主要重点在于DLL的生成,钩子的应用-This is the application of a global mouse hook, run a straight line, after you can doodle on the desktop, the main focus lies in the generation of DLL, hook the application of
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:65.09kb
    • 提供者:Roy
  1. NCoverage_Sources

    0下载:
  2. N-Coverage IDA Plugin and stand-alone Application N-Coverage consists of two parts: first of all there is the main stand-alone application which uses a custom debugging engine to place breakpoints into a given process in order to record execution o
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:121.8kb
    • 提供者:louis
  1. RtfLabelD7

    0下载:
  2. main file rtf label for work with grid
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:20.54kb
    • 提供者:Artem
« 12 3 »
搜珍网 www.dssz.com