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

搜索资源列表

  1. 简单钩子(hook)示例

    0下载:
  2. 很简单的钩子程序,希望对初学者有所帮助, 作为软件开发人员,希望大家重视技术的学习,而不要做违背道德的事,钩子就是试金石-very simple hook program, and I hope to help beginners, as software developers, we hope that the importance of learning technology, and not be contrary to morality, the hook is the touchs
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:20936
    • 提供者:
  1. houmenHook

    0下载:
  2. 后门钩子 简单示例。VC+WIN XP编译通过-backdoor hook simple example. VC WIN XP compile
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2222230
    • 提供者:李君一
  1. TestTray

    0下载:
  2. 系统托盘简单示例程序,初学者很有参考价值
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:29106
    • 提供者:程娃
  1. API-Hook

    0下载:
  2. Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:214410
    • 提供者:林海波
  1. notebookHook(run_notebook_first)

    0下载:
  2. 一个简单的示例,供学习钩子的人参考,首先运行记事本,然后运行本程序以后,可以发现记事本的输入已经改变了-A simple example of reference for the study of people hook, first run Notepad, and then run the program later, you can find Notepad input has changed
  3. 所属分类:Hook api

    • 发布日期:2017-05-02
    • 文件大小:686671
    • 提供者:pz
  1. TakeWordFromScreen

    1下载:
  2. 用VB编的从屏幕取词的简单示例。到目前为止我所见到的唯一一个这样的程序,希望能够抛砖引玉。-VB series with a simple example from the Screen. So far I have seen only one such procedure, hoping to offer their valuable suggestions.
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:2997
    • 提供者:张志宏
  1. SSDTHookTest

    0下载:
  2. SSDT Hook 简单示例 Hook Native Api ZwQuerySystemInformation 达到隐藏cmd.exe进程的效果,进程名没有大小写限制。(学习agony RootKit的成果)-The SSDT Hook, Native Api the ZwQuerySystemInformation native API to hide the effects of the cmd.exe process, process name is not a case limit.
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:2170317
    • 提供者:bug
  1. vckeyhook

    0下载:
  2. 键盘钩子的简单示例,通过全局钩子,对所有的键盘动作进行捕获-Simple example of the keyboard hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-25
    • 文件大小:11959
    • 提供者:ubanck
  1. fullscreenshots

    0下载:
  2. 全屏截图程序,比较简单的示例程序用来学习入门vc编程-Fullscreen screenshot procedure is relatively simple sample program for learning portal vc programming
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:132829
    • 提供者:zhuzhu
  1. HookMessage

    0下载:
  2. (上传前,亲测,保证可用,点一下DLG空白区域便安装了键盘和鼠标钩子,按个小键盘0,便知道是否有响应) 简单的全局钩子使用示例,包含一个DLL用来写全局钩子(鼠标钩子用来把鼠标限定在某个区域中和键盘钩子用来钩小键盘的数据“0”和ALT+F用来决定是否把鼠标限定在区域中),还包含一个TESTDLL单文档结构的简单MFC程序,只加了一个左键消息,该消息响应用来安装全局钩子。-a simple example of Global hooks , which contains a DLL used
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:213052
    • 提供者:林锋
  1. Wind量化平台-用户手册(C++)(适用于新版C++接口)

    0下载:
  2. 简单示例了wind量化接口的测试代码,是wind数据获取接口使用和编写新接口的新手入门读物(A simple example of the wind quantization interface test code)
  3. 所属分类:钩子与API截获

    • 发布日期:2018-01-02
    • 文件大小:1692672
    • 提供者:日光倾城
  1. EasyHook 2.6 Binaries

    2下载:
  2. 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D
  3. 所属分类:钩子与API截获

    • 发布日期:2018-01-09
    • 文件大小:181248
    • 提供者:850980771
搜珍网 www.dssz.com