登录
首页 » Visual C++ » HookAPI

HookAPI

于 2020-06-26 发布 文件大小:64KB
0 374
下载积分: 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 个回复

  • HookEXE
    诛仙Hook,截取封包HooK源码(Zhu Xian Hook, intercepts the packet)
    2012-06-18 00:10:03下载
    积分:1
  • InnerHook
    Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。(Hook programming. How to install the hook process, how to compile the overall hook, 13-17 Dynamic Link global variable data sharing analysis.)
    2007-07-04 19:40:11下载
    积分:1
  • 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
  • P3-315
    先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’ ’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 (Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between ' n' separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)
    2012-06-30 12:33:52下载
    积分:1
  • Dll
    实例13-1:动态链接库(Dll)实例。源代码在光盘中“13dlltest ”目录下。 实例13-2:鼠标钩子应用实例。源代码在光盘中“13MouseHook”目录下。 实例13-3:键盘钩子应用实例。源代码在光盘中“13KeyboardHook”目录下。( dlltest MouseHook KeyboardHook)
    2009-11-18 10:08:35下载
    积分:1
  • 1
    说明:  使用全局键盘钩子,监听所有键盘消息,内有详细注释(Use global keyboard hook, monitor all keyboard messages, with detailed notes)
    2010-06-29 16:58:17下载
    积分:1
  • monndis
    一个通过hook ndis层来达到监控的工具,代码不错(a tool for hook ndis)
    2021-01-24 23:18:43下载
    积分:1
  • MouseTrace
    MouseTrace,用 VC++写的鼠标Hook钩子,获取X,Y坐标,并适时显示在窗体上,如上图示,在窗体上移动鼠标,坐标信息会被跟踪,移出窗体则无效。(MouseTrace, using VC++ to write the mouse Hook hook, get X, Y coordinates and the time display on the form, as shown, move the mouse over the form, coordinate information will be tracked, out of form would be invalid.)
    2015-02-06 10:32:13下载
    积分:1
  • KerHookDetect
    可以实现内核钩子的检测,分为应用层和驱动层,带源码(Can detect the kernel hooks, into the application layer and the driver layer, with source code)
    2015-03-04 16:18:20下载
    积分:1
  • testhook
    说明:  上个程序的DLL 上个程序的D(In the process the last DLL procedures D)
    2008-09-05 09:04:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载