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

搜索资源列表

  1. TrackUserIdle_src

    0下载:
  2. The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
  3. 所属分类:钩子与API截获

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

    1下载:
  2. 键盘钩子程序,截获键盘操作,是一般黑客程序不可少的函数-keyboard hook procedures intercepted keyboard, it is the common hacker program essential for the function
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:9.85kb
    • 提供者:刘凯
  1. fpzs

    0下载:
  2. delphi开发的通用程序,可以向其他程序的界面上通过windows消息进行数据传输。-delphi development of common procedures that can interface to other programs for data transmission through the windows message.
  3. 所属分类:Hook api

    • 发布日期:2017-05-12
    • 文件大小:2.62mb
    • 提供者:wangyan
  1. Link Card SW

    1下载:
  2. 截取Windows中通用PCSC智能卡读卡器通讯的DLL文件,将生成的winscard.dll置于目标应用程序同目录,即可截获并记录所有通讯。-Common intercept Windows PCSC smart card reader in communication DLL file, put the generated winscard.dll target application with the directory, you can intercept and record all
  3. 所属分类:钩子与API截获

    • 发布日期:2012-11-20
    • 文件大小:113.32kb
    • 提供者:李长江
  1. WindowsAPI

    0下载:
  2. windowsAPI参考大全,比较全面,基本常用API函数都涉及到位。-windowsAPI Reference, more comprehensive, basic common API functions are related in place.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:662.33kb
    • 提供者:朱文翰
  1. HookDll

    0下载:
  2. 动态链接库DLL钩子源码及说明文件,详细论述了DLL钩子开发中常见的但不容易发现的严重问题及解决办法-Dynamic Link Library DLL hook source code and documentation, discusses in detail the development of the common DLL hook, but not easy to find serious problems and solutions
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:770.86kb
    • 提供者:马志强
  1. getword

    0下载:
  2. 现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。 经过痛苦地研究后,我找到了一种实现的方法,现拿出来和大家共享。 注:这个程序是为NT定做的,
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:26.63kb
    • 提供者:璐盟其
  1. VB_API

    0下载:
  2. Visual Basic的常用API,非常有用。-Visual Basic common API, very useful.
  3. 所属分类:Hook api

    • 发布日期:2017-05-07
    • 文件大小:1.78mb
    • 提供者:juyong
  1. idastealth

    0下载:
  2. IDA Stealth is a plugin which aims to hide the IDA debugger from most common anti-debugging techniques. The plugin is composed of two files, the plugin itself and a dll which is injected into the debuggee as soon as the debugger attaches to the proce
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:800.66kb
    • 提供者:louis
  1. 20105127599568

    0下载:
  2. 基本上常用的API函数,都整合进了DLL中,就类似MFC,想必会VC的就知道了,与大家共享下,为大家提供方便 -Basically, common API functions are integrated into the DLL, on similar MFC, would have been a VC' s will know and share, the convenience for everyone
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:536.33kb
    • 提供者:dlbfp001
  1. HookInjEx_src

    0下载:
  2. 关于HOOK窗口名称和普通密码框的源码,好用-HOOK window on the name and password box common source, easy to use
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:9.02kb
    • 提供者:1111111
  1. Win_HOOK

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

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

    0下载:
  2. 一个简单的钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能-A simple mouse hook hook is a very important Windows System System Interface, you can use it to intercept and handle messages sent to other applications, to complete the common ap
  3. 所属分类:Hook api

    • 发布日期:2017-05-02
    • 文件大小:506.86kb
    • 提供者:hunter
  1. MouseHook

    0下载:
  2. 一个简单的鼠标钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能-A simple mouse hook hook is a very important Windows System System Interface, you can use it to intercept and handle messages sent to other applications, to complete the common
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:20.94kb
    • 提供者:hunter
  1. 20105127599568

    0下载:
  2. 基本上常用的API函数,都整合进了DLL中,就类似MFC,想必会VC的就知道了,与大家共享下,为大家提供方便 -Basically, common API functions are integrated into the DLL, for similar MFC, would have been a VC' s to know, and share, for the convenience we provide
  3. 所属分类:Hook api

    • 发布日期:2017-05-02
    • 文件大小:550.1kb
    • 提供者:zhichiguge
  1. DllApply

    0下载:
  2. DLLApply是一个使用3中方法来加载DLL文件的程序,展示了常用DLL加载及调用dll中函数的例子。-DLLApply is a method of using the 3 DLL files to load the program, showing the common DLL and call the dll function to load the example.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:58.59kb
    • 提供者:colin
  1. zhuru

    0下载:
  2. 注入dll到游戏,热键呼出。对不带保护的游戏通用-Dll into the game, hot breath. Game with no protection for common
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:342.84kb
    • 提供者:hoo
  1. APIH00k

    1下载:
  2. API钩子系统一般框架 通常,我们把拦截API的调用的这个过程称为是安装一个API钩子(API Hook)。一个API钩子基本是由两个模块组成:一个是钩子服务器(Hook Server)模块,一般为EXE的形式;一个是钩子驱动器(Hook Driver)模块,一般为DLL的形式。 钩子服务器主要负责向目标进程注入钩子驱动器,使得钩子驱动器运行在目标进程的地址空间中,这是关键的第一步,而钩子驱动器则负责实际的API拦截处理工作,以便在我们所关心的API函数调用的之前或之后能做一些我们
  3. 所属分类:Hook api

    • 发布日期:2014-12-23
    • 文件大小:542kb
    • 提供者:刘永
  1. com_ctl_6

    0下载:
  2. activate the common control6 in vb6
  3. 所属分类:Hook api

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