搜索资源列表
Hook 系统服务隐藏端口
- 一个牛人写的程序,其中涉及一些undocumented就是未公布的函数,值得学习-a written procedure, which involves some undocumented is not the function, it is worth learning
鼠标*和回放
- 基于Delphi的钩子函数的应用原理,记录鼠标和键盘操作并且回放鼠标键盘操作过程-based Delphi hook function of principle, records mouse and keyboard and mouse and keyboard playback operation
MenuToChinese
- 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
mousehookforbeginner
- windows汇编语言写的一个钩子函数示范(鼠标钩子),初学win asm者可以-windows of the assembly language to write a hook function model (mouse hook), when a win could see asm
hook
- Hot Key library use hook function
CeApiSpy
- 这是一个运行在Windows CE上的API监测工具,可以HOOK系统API,当前Hook了CreateFile, CreateProcess, Loadlibary函数,用户可以很方便的添加自己希望Hook德函数-This is a run on Windows CE on the API monitoring tool, you can HOOK system API, the current Hook the CreateFile, CreateProcess, Loadlibary fu
HOOK-API
- 本程序实现HOOK MessageBoxA函数功能,大家如需HOOK其他API,只需修改MessageBoxA和模块名称即可-This program functions to achieve HOOK MessageBoxA function, we HOOK for other API, just change the name of MessageBoxA and modules can be
hook
- 在vs2008下面测试通过 简单的实现了进程内的hook调用,和全局hook,hook部分简单的实现了屏蔽键盘和鼠标消息,后门为功能键F2,有详细的说明,适合入门研究学习 一共三个文件, v19e2_Hook.rar为全局hook程序块,v19e2_HookTest.rar为测试全局hook的程序,v20e1_innerHook.rar为在一个单独的进程内调用hook,-Simple implementation of the process, call the hook, and
delphi-hook-readwrite
- delphi hook内存读写,可以拦截其他程序的读写操作以及读写数据,比如有些*可以用此工具找出他对游戏的具体操作,从而自己可以写一个功能和他一样的*出来-delphi hook memory read and write, can intercept and read and write operations of other programs to read and write data, for example, some plug-in can use this tool to f
API-Hook
- Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the
hook
- Hooking function MessageBox
inject
- 钩子程序,替换windows的发送和接收函数,捕获数据包-Hook procedures, to replace the windows to send and receive function, packet capture
APIHOOK
- 一个钩函数的简单例子,基于MFC环境,给初学者一点小小的提示。-A simple example hook function, based on the MFC environment, to the little tips for beginners.
hook
- 钩子函数教程,对学习钩子的人有帮助,,谢谢支持-Hook function, tutorials, learning hook people have help, thank you support
hook
- HOOK函数大全。举例介绍多种hook的用途。-hook function,
module.design.example.hook.function.
- 钩子函数开发模块设计实例代码Development of the module design example hook function code -Development of the module design example hook function code
Hook-ZWopenprocess
- 内核开发,主要介绍如何通过SSDT表HOOK函数。-Kernel development, focuses on how the SSDT table HOOK function.
inline-hook
- 1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, Zw
IRP-hook
- 由于IRP开始于某个实体调用I/O管理器函数创建它,可以使用下面任何一种函数创建IRP: IoBuildAsynchronousFsdRequest 创建异步IRP(不需要等待其完成)。该函数和下一个函数仅适用于创建某些类型的IRP。 IoBuildSynchronousFsdRequest 创建同步IRP(需要等待其完成)。 IoBuildDeviceIoControlRequest 创建一个同步IRP_MJ_DEVICE_CONTROL或IRP_MJ_INTERNAL_DEVIC
Hook
- 实现了Hook函数钩子基本功能,可动态显示键盘输出,并保存在文本中, 并通过邮件模块发送出去-Hook function hook implements the basic functions of the keyboard output can be dynamically displayed and saved in text, and send it through the mail module
