登录
首页 » Visual C++ » apihook_Code

apihook_Code

于 2020-06-26 发布 文件大小:186KB
0 293
下载积分: 1 下载次数: 6599

代码说明:

  一个通过修改DLL文件的IAT表来实现的hook开发包源码(A DLL file by modifying the IAT table to achieve the hook development kit source)

文件列表:

apihook_Code
............\Common
............\......\Common.h
............\......\CustomMessages.h
............\......\IniFile.cpp
............\......\IniFile.h
............\......\LockMgr.cpp
............\......\LockMgr.h
............\......\LogFile.h
............\......\ModuleInstance.cpp
............\......\ModuleInstance.h
............\......\SysUtils.h
............\Debug
............\HookSrv
............\.......\ApplicationScope.cpp
............\.......\ApplicationScope.h
............\.......\HookSrv.cpp
............\.......\HookSrv.dsp
............\.......\HookSrv.h
............\.......\HookSrv.plg
............\.......\HookSrv.rc
............\.......\LimitSingleInstance.cpp
............\.......\LimitSingleInstance.h
............\.......\MainFrm.cpp
............\.......\MainFrm.h
............\.......\res

............\.......\...\HookSrv.rc2
............\.......\...\trayicon.ico
............\.......\Resource.h
............\.......\StdAfx.cpp
............\.......\StdAfx.h
............\.......\TrayIcon.cpp
............\.......\TrayIcon.h
............\HookSystem.dsw
............\HookSystem.ncb
............\HookSystem.opt
............\HookTool
............\........\ApiHook.cpp
............\........\ApiHook.h
............\........\HookTool.cpp
............\........\HookTool.def
............\........\HookTool.dsp
............\........\HookTool.plg
............\........\Injector.cpp
............\........\Injector.h
............\........\Interlocked.h
............\........\ModuleScope.cpp
............\........\ModuleScope.h
............\........\NtDriverController.cpp
............\........\NtDriverController.h
............\........\NtInjectorThread.cpp
............\........\NtInjectorThread.h
............\........\NtProcessMonitor.cpp
............\........\NtProcessMonitor.h
............\NTProcDrv
............\.........\NTProcDrv.c
............\.........\NTProcDrv.dsp
............\.........\NTProcDrv.plg
............\Output
............\......\HookSrv.exe
............\......\HookTool.dll
............\......\TestApp.exe
............\Release
............\TestApp
............\.......\TestApp.cpp
............\.......\TestApp.dsp
............\.......\TestApp.plg

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

发表评论

0 个回复

  • HookKBLL(src.for.VC6)
    说明:  一个不用DLL的键盘底层钩子,运行后可以监视其他应用的键盘输入。(an keyboard hook not use DLL, use it can monitor all application s keyboard input.)
    2010-04-07 11:43:07下载
    积分: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
  • 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
  • AMF-Format
    AMF消息格式说明,包含各种格式的消息。(AMF message format that contains a variety of formatted messages.)
    2013-08-20 11:37:47下载
    积分:1
  • 1
    说明:  WIN32 APIHOOK WSARecv的例子(The WIN32 APIHOOK WSARecv example)
    2013-03-21 13:40:23下载
    积分: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
  • 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
  • message
    在应用程序中添加命令范围消息处理函数,不错的东东(Command the scope of application to add the message handler, good stuff)
    2012-07-18 23:01:43下载
    积分: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
  • hooke
    hooke-jeeves模式搜索法具有很好的求解最优解的功能,本算法是Mark G. Johnson 编写的,大家可以参考学习(Nonlinear Optimization using the algorithm of Hooke and Jeeves)
    2015-02-01 23:09:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载