文件名称:InlineHook
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-09-18
- 文件大小:
- 104kb
- 下载次数:
- 0次
- 提 供 者:
- 12***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
x86_x64 简单的inline hook框架.因为hook代码存在指令截断的缘故,截断的指令本身的长度一般不好计算,导致我们跳转回来执行就不太好办了,于是我用了distorm汇编引擎来计算指令长度。-x86_x64 simple inline hook fr a mework. Because there are hook code instructions truncated sake, truncated length instruction itself is generally a bad calculation, leads us to refer back to the Executive is less easy to handle, so I used the engine to calculate distorm assembler instruction length.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
InlineHook\InlineHook\distorm\config.h
..........\..........\.......\decoder.c
..........\..........\.......\decoder.h
..........\..........\.......\distorm.c
..........\..........\.......\distorm.h
..........\..........\.......\instructions.c
..........\..........\.......\instructions.h
..........\..........\.......\insts.c
..........\..........\.......\insts.h
..........\..........\.......\mnemonics.c
..........\..........\.......\mnemonics.h
..........\..........\.......\operands.c
..........\..........\.......\operands.h
..........\..........\.......\prefix.c
..........\..........\.......\prefix.h
..........\..........\.......\textdefs.c
..........\..........\.......\textdefs.h
..........\..........\.......\wstring.c
..........\..........\.......\wstring.h
..........\..........\.......\x86defs.h
..........\..........\DriverEntry.c
..........\..........\inlineHook.c
..........\..........\inlineHook.h
..........\..........\InlineHook.inf
..........\..........\InlineHook.vcxproj
..........\..........\InlineHook.vcxproj.filters
..........\.......... Package\InlineHook Package.vcxproj
..........\..................\InlineHook Package.vcxproj.filters
..........\InlineHook.sln
..........\..........\distorm
..........\.......... Package\VistaDebug
..........\InlineHook
..........\InlineHook Package
InlineHook