文件名称:AppInitHook
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 760kb
- 下载次数:
- 0次
- 提 供 者:
- 刘*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本文介绍了一种简单的方式,成立全系统的全局API钩子。它使用的DLL注入和API挂接Mhook库AppInit_DLLs注册表键。为了说明这种技术,我们将展示如何轻松地隐藏CALC.EXE从正在运行的进程列表。-This article describes an easy way to set up system-wide global API hooks. It uses AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique we will show how to easily hide calc.exe from the list of running processes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AppInitHook
...........\AppInitHook
...........\...........\AppInitHook.vcproj
...........\...........\main.cpp
...........\...........\mhook
...........\...........\.....\disasm-lib
...........\...........\.....\..........\cpu.c
...........\...........\.....\..........\cpu.h
...........\...........\.....\..........\disasm.c
...........\...........\.....\..........\disasm.h
...........\...........\.....\..........\disasm_x86.c
...........\...........\.....\..........\disasm_x86.h
...........\...........\.....\..........\disasm_x86_tables.h
...........\...........\.....\..........\misc.c
...........\...........\.....\..........\misc.h
...........\...........\.....\mhook-lib
...........\...........\.....\.........\mhook.cpp
...........\...........\.....\.........\mhook.h
...........\...........\stdafx.cpp
...........\...........\stdafx.h
...........\...........\targetver.h
...........\AppInitHook.sln
Easy way to set up global API hooks - CodeProject庐.mht
...........\AppInitHook
...........\...........\AppInitHook.vcproj
...........\...........\main.cpp
...........\...........\mhook
...........\...........\.....\disasm-lib
...........\...........\.....\..........\cpu.c
...........\...........\.....\..........\cpu.h
...........\...........\.....\..........\disasm.c
...........\...........\.....\..........\disasm.h
...........\...........\.....\..........\disasm_x86.c
...........\...........\.....\..........\disasm_x86.h
...........\...........\.....\..........\disasm_x86_tables.h
...........\...........\.....\..........\misc.c
...........\...........\.....\..........\misc.h
...........\...........\.....\mhook-lib
...........\...........\.....\.........\mhook.cpp
...........\...........\.....\.........\mhook.h
...........\...........\stdafx.cpp
...........\...........\stdafx.h
...........\...........\targetver.h
...........\AppInitHook.sln
Easy way to set up global API hooks - CodeProject庐.mht