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

搜索资源列表

  1. 钩子函数例子

    0下载:
  2. This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7276
    • 提供者:风影
  1. catwork0601

    0下载:
  2. 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:101679
    • 提供者:阳广元
  1. MenuToChinese

    0下载:
  2. 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:104791
    • 提供者:冯金建
  1. Hooking_the_kernel_directly

    1下载:
  2. 直接内核钩子。教你如何用C写内核函数钩子。文件里面包含了详细文档和代码。-direct kernel hook. Teach you how to write C kernel function hook. File includes detailed documentation and code.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:65948
    • 提供者:liudaocan
  1. hookapplication

    0下载:
  2. 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后无界面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\\\windows\\\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:430170
    • 提供者:韩冰
  1. ApiSpy

    0下载:
  2. 参照95系统程式大奥秘最后一个APISPY32程序。里面有我加的详细注释,适合初学者理顺思路。包括工程文件。一些没有加注释的请参考程式大奥秘。另:还没有写加载器。可以手工在刺探程序中显示调用LoadLibrary,重点在学习堆栈和IAT。请注意汇编和C之间的函数互调。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:32222
    • 提供者:郭夏斌
  1. HookApi_IAT

    0下载:
  2. api挂接的一段源代码,通过c++类来实现,你只要通过对象调用函数即可
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7657
    • 提供者:wangwei
  1. c_api_hook.zip

    0下载:
  2. NT下的用驱动程序写的截获api函数调用的程序,Under NT driver written using api function call intercepted procedures
  3. 所属分类:Hook api

    • 发布日期:2017-11-08
    • 文件大小:110147
    • 提供者:
  1. jianpanjilu.rar

    0下载:
  2. 键盘记录的C++实现,以及SMTP的C++实现,。程序通过系统钩子函数捕获键盘输入,通过SMTP协议以邮件方式发送到邮箱,Record keyboard the C++ implementation, as well as SMTP implementation of the C++,. Process through the system keyboard hook function to capture, through the SMTP protocol to send messages
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2814882
    • 提供者:buxiaoyang
  1. LaunchDLL

    0下载:
  2. 全局DLL钩子,可以记录键盘操作,并在C盘下建立log文件进行记录。DLL中已包含相关功能函数-Global hook DLL, you can record keyboard and established under the C drive log file records. DLL functions related functions have been included
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3700103
    • 提供者:john
  1. AutoSend

    0下载:
  2. c# 调用钩子函数,掌控鼠标和键盘的操作。获取屏幕的像素值来判断测试的结果,最终送到ShopFloor系统-c# call hook function, control the mouse and keyboard operation. Access to the screen pixel value to determine the test results, and ultimately to ShopFloor system
  3. 所属分类:Hook api

    • 发布日期:2017-05-07
    • 文件大小:112684
    • 提供者:Jack
  1. ApiHook

    0下载:
  2. 金山词霸的屏幕取词使用了HOOKWindows API的调用来实现的,这里的是一个用数组实现对函数的HOOK的管理功能C源码-PowerWord using the Screen HOOKWindows API call to achieve, and here is a realization of the function with an array of management functions of the HOOK source C
  3. 所属分类:Hook api

    • 发布日期:2017-04-13
    • 文件大小:3509
    • 提供者:韩雪莲
  1. 20105201345437

    0下载:
  2. 用api中SetCursorPos函数实现鼠标绕环,本实例为vb版,另有C#版,原理一样,本实例仅对于初学者,所以比较简单。 -SetCursorPos with api functions for the mouse circling in the instance of the vb version, and another C# version of the same principle, only for beginners in this instance, it is relativ
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:139815
    • 提供者:Lookup666
  1. apihook

    0下载:
  2. C#.NET 2008下开发的API HOOK进程send函数,可封装成DLL,对发送的数据包进行拦截,修改-C#. NET 2008 development of the API HOOK process under the send function, can be packaged into a DLL, for sending data packets to intercept, modify,
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:1238
    • 提供者:huodeming
  1. mouseApplication

    0下载:
  2. visual C++可视化编程,API函数关于鼠标应用的代码的实现-visual C visual programming, API function code on the application of the realization of the mouse
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:270106
    • 提供者:yuxiaoting
  1. colorchange

    0下载:
  2. visual c++关于API函数的应用,主要实现了颜色的切换效果-visual c++ application on the API functions, the main achievement of the color transitions
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1457137
    • 提供者:yuxiaoting
  1. gundongtiao

    0下载:
  2. Visual c++API函数的应用,主要实现了水平滚动条的效果-visual c++ application on the API functions, the main achievement of the horizontal scroll bar effect
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5582470
    • 提供者:yuxiaoting
  1. APIH00k

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

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

    1下载:
  2. 巧妙的c++虚函数对应的虚表hook技术-c++ virtual function table corresponding virtual hook Technology
  3. 所属分类:Hook api

    • 发布日期:2016-06-15
    • 文件大小:3674112
    • 提供者:会少年
  1. Easy-language-Mail

    0下载:
  2. 这个是我用易语言写的一个钩子函数,这次所用的是易语言与C++不同,功能可以记录用户击键信息,并将记录信息发送到指定邮箱,有开机自起,隐藏窗口等功能-This is I use easy language to write a hook function, this is easy to C++ language and different function can record the user click key information, and recording information s
  3. 所属分类:Hook api

    • 发布日期:2017-04-28
    • 文件大小:90937
    • 提供者:李和清
« 12 »
搜珍网 www.dssz.com