文件名称:AppInitHook
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-03-23
- 文件大小:
- 138kb
- 下载次数:
- 0次
- 提 供 者:
- xia***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本实例向大家表明如何设定全局钩子。AppInit_DLLs 用于进行dll注入。
- 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.
- 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.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
Release
.......\AppInitHook.dll
AppInitHook.sln