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

搜索资源列表

  1. key

    0下载:
  2. 用钩子程序演示获取键盘操作,并将按下的字符保存到文本文件中。-hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:56889
    • 提供者:zhouwen
  1. Input_Method

    0下载:
  2. 目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:18088
    • 提供者:高军
  1. svntools-6493

    0下载:
  2. 采用C#2.0编写的版本控制工具。提供了一个用于开发版本控制工具的类库svnlib以及用于提交文件时添加日志信息的钩子函数。-SubversionTools is written in c# 2.0 (also work with .NET 3.x). The goal of this project is to provide some tools and helper classes for Subversion. A class library project named SvnLib
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:97651
    • 提供者:mesmerism
  1. jp

    0下载:
  2. 实现了简单的记录键盘事件到文件中,键盘钩子-Records of the realization of a simple keyboard events to a file, the keyboard hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-28
    • 文件大小:56964
    • 提供者:班迎春
  1. HOOK_keyboard_mouse

    0下载:
  2. 一个钩子程序,用的时候小心点,有严重的后果,所以发的是TXT文件-A hook procedure, when used carefully, there are some serious consequences, it is a TXT document issued
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1485
    • 提供者:apple-red
  1. FileDlg

    0下载:
  2. 通过钩子函数改变文件选择对话框风格 可以预览图片-The code can change the dialog s style by hook function and preview the picture
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:17627
    • 提供者:wangming
  1. Intercepteduserinputprocedures

    0下载:
  2. 整理东西的时候翻出了个几年前的程序,功能是当用户输入拨号、EXCEL,WORD密码时,将其保存在一个文件里。程序用的是日志钩子,这样就不用象其他全局HOOK那样,必须单写一个DLL。   为了让初学者深入了解,将源代码贴上来,(SDK程序VC,BCB等WIN下的C编译器均可编译)象现在那些记录E-MAIL密码,OICQ密码等工具都是这原理,俺当时写着玩意的时候还没有OICQ。 有兴趣的可以自己加上。 -Finishing something when a fe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2502
    • 提供者:马超
  1. 51622416VChook

    0下载:
  2. KEYHOOK 用VC++开发的键盘钩子软件包,可用来监听键盘消息,内含DLL文件-KEYHOOK using VC++ development package hook the keyboard, the keyboard can be used to monitor the news, including DLL files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:17611
    • 提供者:xievys
  1. PasswordSpy

    0下载:
  2. 密码探测器,利用钩子,截取键盘鼠标的信息,然后保存到文件中!-Password detector, the use of hooks, the interception of keyboard and mouse information, and then save to a file!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:122598
    • 提供者:王凯麟
  1. MyDll

    0下载:
  2. 本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:576463
    • 提供者:
  1. VipshellSrc

    0下载:
  2. 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.键盘记录 其中键盘记录,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴) 译前把工程设置成 Unicode VipShell 是服务端代码 VipClient 客户端代码 把纯真IP数据库 和 客户端放在一起 即可显示物理地址-Main functions: 1.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:424833
    • 提供者:尪者歸來
  1. Examples

    0下载:
  2. 本系列源码包括画线,文本编辑,XP风格按钮,常用控件,文件操作,位图操作,鼠标操作,多媒体,数据库 DLL,网络,钩子等编程示例。-This series of source, including line drawing, text editing, XP-style button, common control, file operations, bitmap operations, mouse, multimedia, database DLL, networking, program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5634924
    • 提供者:James
  1. SESYS

    0下载:
  2. 取page段地址的代码 大概包括了ssdt, idt, msr钩子,3种notify,还有从文件读取偏移抗猥琐的代码. 支持这个编程板块-Get page segment address code probably includes ssdt, idt, msr hook, three kinds of notify, also read from the file offset anti-insignificant code. To support the programming plate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:11619
    • 提供者:r00tsh3ll
  1. MyCopyHook

    0下载:
  2. 这是用C++写的一个用于创建拷贝钩子的COM接口处理程序,它可以决定文件夹或打印机是否允许被移动、拷贝、重命名或删除等。有源码说明。-This is a C++ to write with a hook used to create copies of procedure of the COM interface, it can decide whether folders or printers have been allowed to move, copy, rename, or delet
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:14389
    • 提供者:Leviathan
  1. API

    0下载:
  2. 进程注入API的连接 标题:进程注入/ API的挂接 描述:这表明你2接口连接的技术。内隐联系测验连接和功能调整,还如何在您的代码注入到另一个VB的过程和钩子函数遥。由于离子离子亚历克约内斯库他注射演示。重要的是,你读了读的“注入”目录。 此文件来自星球源Code.com ...家庭数百万行的源代码 您可以查看关于此代码/和或投票在: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:17565
    • 提供者:fangxiaowang
  1. threadandGouzi

    0下载:
  2. evc4.0下的几个cpp文件,包含多线程,手机上的键盘钩子-failed to translate
  3. 所属分类:Windows CE

    • 发布日期:2017-04-14
    • 文件大小:4562
    • 提供者:张少卿
  1. sample6

    1下载:
  2. 一个记录鼠标与键盘信息的钩子程序。并能将鼠标与键盘的信息从新回放,用到了文件流与等知识点。-A record of information on the mouse and keyboard hook procedure. And the mouse and keyboard to the new message playback, use the document flow and knowledge point.
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5289840
    • 提供者:Wayne
  1. HookApi_Wfh

    0下载:
  2. 全局钩子的使用,包括对文件操作,注册表操作,任务管理器操作等WINAPI的hook-The use of the global hook, including file operations, registry operations, Task Manager manipulation WINAPI the hook
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:143963
    • 提供者:王华
  1. WindowsSystem

    0下载:
  2. windows系统源码。主要涉及了动态链接库、 WIN 32 API、剪贴板、钩子(Hook、进程和线程、注册表、文件编程等各源码-windows system source code. Mainly related to the dynamic link library, WIN 32 API, clipboard, hook (Hook, processes and threads, registry, files and other programming source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6703522
    • 提供者:李孝进
  1. Mousehook_dll

    0下载:
  2. 鼠标钩子DLL文件,编译生成DLL文件,调用该DLL中的函数可实现获取鼠标处窗口标题-mouse hook dll
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3106
    • 提供者:zzw
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com