搜索资源列表
X86IL.zip
- 可以将机器码计算为汇编指令并且算出指令长度的C头文件。在编写Ring0或Ring3的Inline Hook时不可缺少的东西。,Can be calculated as the compilation of binary instructions and directives to calculate the length of the C header file. In the preparation of the Ring0 or Ring3 when Inline Hook indispen
LDE.rar
- 一个不错的反汇编引擎,可以用来检测inline hook,,DeAsm source code,DeAsm source codeDeAsm check inline hook
SSDT
- 建立新的SSDT表,修改可以绕过,某些游戏保护系统的SSDT HOOK 或 INLINE HOOK-SSDT table to create a new, modified to bypass certain game protection system SSDT HOOK or INLINE HOOK
hook
- hook DeviceIoControl
NtOpenProcess
- Hook legal para aprender NtOpenProcess[Inline Hook]
Hook_CreateFile
- inline hook 实例 hook CreateFile 前五个字节的例子-The example of inline hook CreateFile
inlinehook
- 用开源反汇编引擎检测inline hook-using open souce disassember to detect inline hook
ProtectFile
- 本程序功能为防止文件删除,其中包含三个部分,分别为:FSD INLINE HOOK初级防删,HOOK IoCreateFile中级防删,HOOK IoCheckShareAccess高级防删。-The program features to prevent file deletion, which consists of three parts, namely: FSD INLINE HOOK primary anti deleted, HOOK IoCreateFile intermediat
inlinehook
- inline hook 的资料,希望对大家有用,-inline hook of the information, we hope to be useful, thank you
InlineHook_PspTerminateProcess
- inline hook未导出函数PspTerminateProcess, 驱动,可以用于防止进程关闭-inline hook not exported function PspTerminateProcess, drivers can be used to prevent the process of closure
Inline
- 回复NP HOOK住的部分代码 NTOPENPROCE-Part of the code back NP HOOK
inline-hook
- 1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, Zw
inlinehook_v1.1_by_solosky
- Inline HOOK API V1.1 thanks to 海风月影, xIkUg ,sucsor by solosky <solosky772@qq.com> created at 2011.06.29, updated at 2011.06.30 ---------------------------------- Inline HOOK API V1.1 2011.06.30 ----------------------------
INLINE-HOOK
- inline hook 实现键盘记录,可以绕过多数密码保护-inline hook achieve keylogger, you can bypass the password protection of the majority
inline-hook-inframe
- 介绍inlinehook的框架,对深入研究驱动非常有好处-inline hook instructions
NtOpenProcess[Inline-Hook]
- NtOpenProcess[Inline Hook].rar-
InLine-HOOK
- 现在没有保护的游戏越来越少了,不管游戏开发商采用的是知名的保护软件,还是自己开发的保护,都涉及到驱动。没办法,谁叫我喜欢分析数据了呢那就过保护吧!怎么过,没头绪。先学习一下内核编程吧。主要是内核HOOK。今天就学习一下InLine HOOK。-Fewer games without protection, regardless of game developers using the well-known protection software, or develop their own pro
InlineHook
- Inline hook简单实用方法, 自己练习的时候用的,(a single example for inline hook)
delphi HOOK 技术
- delphi hook dll案例, 论坛里有关于HOOK API的贴子, 但其实现在方式显示得麻烦, 其实现在拦截API一般不用那种方式, 大都采用inline Hook API方式。其实也就是直接修改了要拦截的API源码的头部,让它无条件跳转到我们自己的处理过程。(There are HOOK API posts on the forum, but in fact, the way it is showing is troublesome. In fact, interception of
Inline Hook
- Ring3下通过Inline Hook挂钩ZwQuerySystemInformation来隐藏进程 有x64和x86两种版本的