登录
首页 » Visual C++ » HookAPI

HookAPI

于 2020-06-26 发布 文件大小:64KB
0 361
下载积分: 1 下载次数: 51586

代码说明:

  本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本(Site launch intercepted and replacement of Win32 API development kit HookAPI source version 1.62)

文件列表:

HookAPI1.62
...........\1.6版本更新内容.txt
...........\bug_fixed1.52.txt
...........\CopyRights.txt
...........\DLL
...........\...\ApiInfo.cpp
...........\...\ApiInfo.h
...........\...\CopyRights.txt
...........\...\HookAPI.cpp
...........\...\HookAPI.cpp.bak
...........\...\HookAPI.def
...........\...\HookAPI.dsp
...........\...\HookAPI.dsw
...........\...\HookAPI.h
...........\...\HookAPI.ncb
...........\...\HookAPI.opt
...........\...\HookAPI.plg
...........\...\HookAPI.sln
...........\...\HookAPI.vcproj
...........\...\INJLIB.CPP
...........\...\injlib.h
...........\...\INJLIB_old.CPP
...........\...\Main.cpp
...........\...\Mydll.h
...........\...\ProcessModule.cpp
...........\...\ProcessModule.h
...........\...\ProcessToHook.cpp
...........\...\ProcessToHook.h
...........\...\Psapi.h
...........\...\Ring0.cpp
...........\...\Ring0.h
...........\...\Util.cpp
...........\...\util.h
...........\...\修改日志.txt
...........\...\版权声明.txt
...........\DOC
...........\...\CopyRights.txt
...........\...\HookAPI使用手册.doc
...........\EXE
...........\...\CopyRights.txt
...........\...\HookAPI.aps
...........\...\HookAPI.cpp
...........\...\HookAPI.dsp
...........\...\HookAPI.dsw
...........\...\HookAPI.ncb
...........\...\HookAPI.opt
...........\...\HookAPI.plg
...........\...\HookAPI.rc
...........\...\programsalon.ico
...........\...\RESOURCE.H
...........\...\版权声明.txt
...........\FILTER.INI
...........\filterfile.ini
...........\filterhp.ini
...........\filtermsg.ini
...........\HideProcessDll
...........\..............\Filter.cpp
...........\..............\Filter.h
...........\..............\mydll.aps
...........\..............\mydll.cpp
...........\..............\mydll.def
...........\..............\mydll.dsp
...........\..............\mydll.dsw
...........\..............\mydll.h
...........\..............\mydll.ncb
...........\..............\mydll.opt
...........\..............\mydll.plg
...........\..............\mydll.rc
...........\..............\ps.h
...........\..............\Psapi.h
...........\..............\Psapi.Lib
...........\..............\ReadMe.txt
...........\..............\resource.h
...........\..............\StdAfx.cpp
...........\..............\StdAfx.h
...........\..............\util.cpp
...........\..............\util.h
...........\..............\版权声明.txt
...........\HookAPI.exe
...........\HookAPI9x.dll
...........\HookAPINT.dll
...........\HOOKFILE
...........\........\mydll.cpp
...........\........\mydll.def
...........\........\mydll.dsp
...........\........\mydll.dsw
...........\........\mydll.h
...........\........\mydll.ncb
...........\........\mydll.opt
...........\........\mydll.plg
...........\........\mydll.sln
...........\........\mydll.vcproj
...........\........\ReadMe.txt
...........\........\StdAfx.cpp
...........\........\StdAfx.h
...........\........\版权声明.txt
...........\HookFile_Delphi
...........\...............\mydll.cfg
...........\...............\mydll.dof
...........\...............\mydll.dpr

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • WIN64_SSDTHOOK
    相比WIN32,WIN64的SSDT发生了较大的变化,在WIN32下挂钩SSDT的代码已经不能在WIN64下使用了。该代码实现win64下挂钩 ssdt(Compared to the WIN32, WIN64 the SSDT occur larger hook SSDT under WIN32 code has been used in WIN64. The code to achieve win64 hook ssdt)
    2012-05-19 22:03:19下载
    积分:1
  • CKeyHook
    CKeyHook是一个通过设定钩子,截获键盘事件的操作示例,对于掌握钩子的安装、事件截获等处理方法有参考价值。(CKeyHook is by setting the hook, intercepting keyboard events, the operation of example, to master the hook for the installation, the time intercept other treatment methods have reference value.)
    2020-12-29 22:29:00下载
    积分:1
  • KeyLogger2
    键盘记录的源码,写的很不错的。是一个开源的源码。很值得学习。(Keylogger source code, written in very good. Is an open source code. It is worth learning.)
    2011-08-30 21:29:22下载
    积分:1
  • Disable-key-combination
    本示例程序演示了如何在子窗体中禁止切换组合键和关闭组合键功能。(This sample program demonstrates how to disable the subform combination of keys on and off switching function key combinations.)
    2013-07-17 22:24:36下载
    积分:1
  • mouse7key
    在“控制面板”打开“辅助功能选项”,在“鼠标”标签选上“使用鼠标7键”。这样就可以用键盘来控制鼠标的光标,模拟鼠标的鼠标键都指键盘右侧的小键盘(数字键盘),使用时要使 NumLock 键处于有效状态。以下就是鼠标键: (In the " Control Panel" Open " Accessibility Options" in the " Mouse" tab elected " seven keys using the mouse." So you can use the keyboard to control the mouse cursor to simulate mouse keyboard mouse buttons are referring to the right of the keypad (numeric keypad), when used to make the NumLock key is active. The following is the mouse button:)
    2013-07-11 19:20:38下载
    积分:1
  • PassStarter
    This is example how to load a dll library and prepare for hook.
    2013-12-25 07:46:25下载
    积分:1
  • Direct3DHook
    directx 3d hook,用callback的方式,提供endscene()和reset()的hook,很好的例子,供有志于hook dx3d的同学参考学习(directx 3d hook, provide endscene() and reset() hook in call back,good example)
    2017-01-16 12:39:07下载
    积分:1
  • guoqudongDLL
    另一种思路注入目标进程的方法 可作为拓宽思维的例子(zhuru dll)
    2013-10-21 15:29:03下载
    积分:1
  • windos--api
    基于WindowsAPI的VB编程题自动评分系统的研究与实现,接受一些关于自动评分的教程(Research and Implementation of WindowsAPI VB programming question the automatic scoring system, to accept the tutorials on the automatic scoring)
    2012-05-25 21:45:09下载
    积分:1
  • VB调用VC的全局,屏蔽键盘任意键
    Vb 开发方便使用的键盘、鼠标钩子 hook(Vb development, easy to use keyboard, mouse hook, hook)
    2017-10-11 12:27:47下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载