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

搜索资源列表

  1. code_format_disk

    0下载:
  2. 磁盘格式化程序,msdn中没有提供磁盘格式化函数说明,但是只要加载shell32.dll,可以从中查到磁盘格式化函数SHformatdrive,可以利用此函数调用磁盘格式化界面。-disk formatting procedures, which are not available flowing disk formatting functions that However, as long as loading motto. disk can be found from SHformatdri
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7886
    • 提供者:蒋美娟
  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. HookImport_src

    0下载:
  2. Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6252
    • 提供者:l
  1. hookdllwgx

    0下载:
  2. hook需要自己写调用程序 -hook needs its own procedures hook was called to write our own procedures call hook needs to write his call hook procedures need to write their own procedures ca
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:250725
    • 提供者:wgx
  1. Hook_Windows_API

    0下载:
  2. 这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:19127
    • 提供者:inwing
  1. jianpanfasheng

    2下载:
  2. 利用windows钩子技术(HOOK),实现按键发音的例子,运行后,由键盘输入就会调用钩子处理程序KeyboardProc()播放一段声音。-use windows Hook (HOOK), pronunciation keys achieve example, running, from the keyboard input will call handling procedures hook KeyboardProc () feature a voice.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:516215
    • 提供者:王智
  1. hook_api_SDK

    0下载:
  2. 微软公司的拦截api开发包: All Detours functions are compatible with all x86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98, and Windows ME, the DetourFunction* APIS do not work unless the program is running un
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:529221
    • 提供者:摩尔
  1. rawinput

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

    • 发布日期:2008-10-13
    • 文件大小:18660
    • 提供者:李大叶
  1. VC++Hook

    1下载:
  2. 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:372054
    • 提供者:tanglongsh
  1. cvery_043552

    0下载:
  2. 请先编译DLL文件,并将DLL文件拷贝至call HOOK目录, 调用CallDll程序加载外挂前,应先运行IE.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:20490
    • 提供者:jiangkun
  1. AheadLib

    0下载:
  2. AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。-AheadLib is used to generate a DLL Troy tool for the analysis of DLL function call parameters (such as records of what Socket send etc.), c
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:87837
    • 提供者:孙安志
  1. mirager_1

    0下载:
  2. 它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。当然,如果您告诉它一些类型信息,Mirager可以在拦截到调用时获取上下文,即参数和返回值-it is the use of technologies developed into debugging API hook. Compared to the traditional 16 under the entrance
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:401890
    • 提供者:唐财爷
  1. DLL封装窗口

    0下载:
  2. 请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载外挂前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:164719
    • 提供者:黄春标
  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. hookSysFastCall.rar

    0下载:
  2. 一个挂钩系统调用表的小示例,用DDK的Build工具生成。,A linked system call table of a small sample, using the Build tool to generate DDK.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:43274
    • 提供者:Xing
  1. IATHOOK.rar

    0下载:
  2. 通过修改iat输入表来hook api,本例子实现如何去hook非静态调用的api,Iat table by modifying the input to hook api, the example of the realization of how to hook the api call non-static
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3711798
    • 提供者:李泽球
  1. keylogdllandexe

    0下载:
  2. 键盘记录器代码,包含DLL和EXE调用两部分.默认只记录IE中输入的密码,可修改 DLL 中CALLBACK CBTProc 窗口标题实现对其他窗口的键盘记录.-Keyboard recorder code, include the DLL and EXE call two parts. The default only record IE entered password, can modify the DLL CALLBACK CBTProc window s title to achiev
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:16466
    • 提供者:刘斌
  1. hook

    0下载:
  2. 驱动挂钩,拦截指定函数调用。 -Driver linked to intercept the specified function call. Driver linked to intercept the specified function call.
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4640
    • 提供者:lihui
  1. Hook

    0下载:
  2. 全局键盘钩子,双击Ctrl能弹出或隐藏制定的窗口,像Google桌面搜索一样。 使用方式:先在工程文件中设置Hook.lib路径,并复制Hook.dll文件到工程目录下。然后调用SetHook(HWND hwnd)注册钩子。-Global keyboard hook, double-click or Ctrl to hide the development of the pop-up window, the same as Google Desktop Search. Used: fi
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2104988
    • 提供者:lixiangfei
  1. Call--form-in-DLL-into-MDI-form-

    1下载:
  2. 窗体调用DLL中的窗体让其变成MDI窗体 窗体调用DLL中的窗体让其变成MDI窗体-Call the form in the DLL into a MDI form Call the form in the DLL into a MDI form
  3. 所属分类:Hook api

    • 发布日期:2017-03-25
    • 文件大小:17128
    • 提供者:ahywg8
« 12 3 4 5 »
搜珍网 www.dssz.com