登录
首页 » Visual C++ » HookAPI

HookAPI

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

  • KeyLogger2
    键盘记录的源码,写的很不错的。是一个开源的源码。很值得学习。(Keylogger source code, written in very good. Is an open source code. It is worth learning.)
    2011-08-30 21:29:22下载
    积分:1
  • SetHookTo
    用VC写的仿spy++,内含源码,钩子内容.(imitate spy++)
    2012-01-05 19:28:29下载
    积分:1
  • API Hooking
    Hook Library API Sample
    2017-10-24 20:34:06下载
    积分:1
  • hookMsgMonitor
    钩子编程的好例子,钩子的种类好多,这个事cbt钩子,用来监视程序端的改变。(Programming hook a good example of the type of hook a lot, this thing cbt hook, used to monitor changes in client program.)
    2009-04-27 10:17:27下载
    积分:1
  • FIREDLL
    使用windows Hook,监视IE或其他浏览器的地址栏,发现有www或http字样的,则更改这些url,使之不能访问相应的url(IEwindows HookIEwindows)
    2015-05-27 18:47:08下载
    积分:1
  • srcUDiskCpyManager_V2013_1012_1653
    防止向U盘中拷贝文件, Hook Win32API, 实现在WinXp下U盘 DLP Hook函数列表:CopyFileExW Win7(x86/x64)下U盘DLP Hook函数列表: CoCreateInstance, IFileOperation::CopyItems IFileOperation::MoveItems IFileOperation::NewItem IFileOperation::RenameItem (U disk to copy files to prevent, Hook Win32API, U disk under WinXp achieve DLP Hook Function list: CopyFileExW Win7 (x86/x64) under U disk DLP Hook Function list: CoCreateInstance, IFileOperation :: CopyItems IFileOperation :: MoveItems IFileOperation: : NewItem IFileOperation :: RenameItem)
    2021-01-27 11:38:35下载
    积分:1
  • EasyHook-2.7.5159.0-Source
    win32 Hook api 钩子与API截获 (win32 Hook api)
    2014-03-19 20:14:45下载
    积分:1
  • KeyboardHook
    VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时候,它都可以监控到,并弹出窗口告诉你按下的是哪个键,是基于HOOK技术来说的。(VC++ keyboard monitoring procedures, keyboard input text when you press each key on the keyboard, it can be monitored, and the pop-up window telling you which key is pressed, it is based on the HOOK technology.)
    2013-12-22 15:43:07下载
    积分: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
  • 20105127599568
    基本上常用的API函数,都整合进了DLL中,就类似MFC,想必会VC的就知道了,与大家共享下,为大家提供方便 (Basically, common API functions are integrated into the DLL, on similar MFC, would have been a VC' s will know and share, the convenience for everyone)
    2010-05-15 10:29:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载