文件名称:CodeScr
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 67kb
- 下载次数:
- 0次
- 提 供 者:
- 望*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函
数,可以结合detour使用。-Under this code in CodeProject with the code I generally turned a bit, only the introduction of the table hung a function of injection there SetWindowHookEx and CreateRemoteThread in two ways, the process of enumeration is also a distinction between different systems using the psai and toolhelp, another Process in order to obtain the create a message, made a drive to register a callback function, in general, at some done quite into the stick, if you want to hang a variety of letter
Number, can combine to use detour.
数,可以结合detour使用。-Under this code in CodeProject with the code I generally turned a bit, only the introduction of the table hung a function of injection there SetWindowHookEx and CreateRemoteThread in two ways, the process of enumeration is also a distinction between different systems using the psai and toolhelp, another Process in order to obtain the create a message, made a drive to register a callback function, in general, at some done quite into the stick, if you want to hang a variety of letter
Number, can combine to use detour.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CodeScr\Common\Common.h
.......\......\CustomMessages.h
.......\......\IniFile.cpp
.......\......\IniFile.h
.......\......\LockMgr.cpp
.......\......\LockMgr.h
.......\......\LogFile.h
.......\......\ModuleInstance.cpp
.......\......\ModuleInstance.h
.......\......\SysUtils.h
.......\HookSrv\ApplicationScope.cpp
.......\.......\ApplicationScope.h
.......\.......\HookSrv.cpp
.......\.......\HookSrv.dsp
.......\.......\HookSrv.h
.......\.......\HookSrv.rc
.......\.......\LimitSingleInstance.cpp
.......\.......\LimitSingleInstance.h
.......\.......\MainFrm.cpp
.......\.......\MainFrm.h
.......\.......\res\HookSrv.ico
.......\.......\...\HookSrv.rc2
.......\.......\...\trayicon.ico
.......\.......\...\_PAlbTN\HookSrv.ico_160x120
.......\.......\...\.......\TRAYICON.ICO_160x120
.......\.......\Resource.h
.......\.......\StdAfx.cpp
.......\.......\StdAfx.h
.......\.......\TrayIcon.cpp
.......\.......\TrayIcon.h
.......\HookSystem.dsw
.......\....Tool\ApiHook.cpp
.......\........\ApiHook.h
.......\........\HookTool.cpp
.......\........\HookTool.def
.......\........\HookTool.dsp
.......\........\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
.......\TestApp\TestApp.cpp
.......\.......\TestApp.dsp
.......\HookSrv\res\_PAlbTN
.......\.......\res
.......\Common
.......\HookSrv
.......\HookTool
.......\NTProcDrv
.......\TestApp
CodeScr
.......\......\CustomMessages.h
.......\......\IniFile.cpp
.......\......\IniFile.h
.......\......\LockMgr.cpp
.......\......\LockMgr.h
.......\......\LogFile.h
.......\......\ModuleInstance.cpp
.......\......\ModuleInstance.h
.......\......\SysUtils.h
.......\HookSrv\ApplicationScope.cpp
.......\.......\ApplicationScope.h
.......\.......\HookSrv.cpp
.......\.......\HookSrv.dsp
.......\.......\HookSrv.h
.......\.......\HookSrv.rc
.......\.......\LimitSingleInstance.cpp
.......\.......\LimitSingleInstance.h
.......\.......\MainFrm.cpp
.......\.......\MainFrm.h
.......\.......\res\HookSrv.ico
.......\.......\...\HookSrv.rc2
.......\.......\...\trayicon.ico
.......\.......\...\_PAlbTN\HookSrv.ico_160x120
.......\.......\...\.......\TRAYICON.ICO_160x120
.......\.......\Resource.h
.......\.......\StdAfx.cpp
.......\.......\StdAfx.h
.......\.......\TrayIcon.cpp
.......\.......\TrayIcon.h
.......\HookSystem.dsw
.......\....Tool\ApiHook.cpp
.......\........\ApiHook.h
.......\........\HookTool.cpp
.......\........\HookTool.def
.......\........\HookTool.dsp
.......\........\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
.......\TestApp\TestApp.cpp
.......\.......\TestApp.dsp
.......\HookSrv\res\_PAlbTN
.......\.......\res
.......\Common
.......\HookSrv
.......\HookTool
.......\NTProcDrv
.......\TestApp
CodeScr