搜索资源列表
dll和hook编程
- 关于windows动态链接的编程及钩子的应用
DELPHI中开发系统钩子大全包括使用DLL和不使用DLL的多种方式
- DELPHI中开发系统钩子大全包括使用DLL和不使用DLL的多种方式.,DELPHI Guinness hook in the development of the system including the use of DLL and the DLL does not use a variety of ways.
zhuru.dll注入的源代码
- 一个dll注入的源代码,通过找窗口句柄,HOOK,热键呼出封装在dll中的窗体,A dll into the source code through to find window handle, HOOK, exhaled hotkey is packaged in a form in dll
NDIA.rar
- API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.,API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
usp10 利用usp10.dll 达到 注入及 HOOK 的目的
- 利用usp10.dll 达到 注入及 HOOK 的目的-Usp10.dll use to achieve the purpose of injection and HOOK
hook.dll
- 一个全局键盘钩子(hook)的例程,包括hook.dll及调用程序 -A global keyboard hook (hook) of the routine, including call hook.dll and procedures
Wsock32.dll
- 以网易时期的《精灵》为例子,讲述了一下如何在网络游戏中作出被动的*而不需要使用系统钩子函数,但是对目前的很多网络游戏而言,通常都会检测自身目录中是否存在“Wsock32.dll”文件,如有一般来说都是*了,现在需要另辟蹊径才能到达这个目的!-Netease period to the "Wizard", for example, about how the network responds in a passive game without the need for plug-hook us
HOOK
- 了解MFC DLL动态连接库的编程方法; 2.了解HOOK技术和回调函数的运行机制; 3.学习MFC中加载动态连接库的方法 -DLL&HOOK1
DLL-IAT-hook
- 屏幕取词功能实现方法2 一个通过修改DLL文件的IAT表来实现的hook开发包源码--Screen Translation Method 2 to achieve a functional DLL file by modifying the IAT table to achieve the hook development kit source code-
ApiHook
- API Hook示例代码:用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,这里主要介绍如何使用这个小工具方便实现截获 API 的功能-API Hook Sample Codes
CreateProcess_Inject
- CreateProcess注入dll,通过Hook CreateProcess来注入自己的d-Injected dll By CreateProcess
HOOK
- Visual c++ 编写的 Hook例子,exe和Dll源文件-Visual c++ Prepared Hook example, exe and Dll source file
DDPHelpSrc
- QQ游戏之对对碰*, 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小*,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动) 8.文件捆
Dll
- dll钩子, 钩子函数, DLL文档编写, 钩子的实现与调用, DLL的调用-keyboard hook program
Hook.dllfile
- Hook程序中.dll文件的编写,可以实现注入,修改一下也可以对QQ等注入操作,只要修改需要注入的对象就可以了-Hook proceedings. Dll file prepared, you can achieve implantation, can also be changed a bit into the operation of the QQ, etc., as long as necessary to amend the object can be injected into the
Dll
- 主要是针对一些系统函数做拦截,HOOK掉底层函数。做成了一个DLL,具体请看代码。-Mainly targeted at some of the system function to do to intercept, HOOK off the bottom of function. Create a DLL, see the specific code.
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
kbtrace.ZIP
- KEYBHOOK.DLL 钩子程序-监控键盘键值-KEYBHOOK.DLL hook procedures- to monitor the keyboard keys
hook
- 通过输入法 实现注入DLL 只要能用输入法的游戏都可以注入自己写的D-Through input into the DLL to achieve the input method can be used as long as the game can be written into its own DLL
PowerDllHook
- 最有效的DLL HOOK 参考改进于aheadlib.用法:先载入选择好的动态库,然后 选择好代码生成选项。按输出选项的生成项目,可 以选择输出为VC6或BCB6工程文件,将自动生成项 目文件夹到以动态库名字命名的子目录并生成所有 文件并拷贝原始动态库到此目录 后续版本将加入自定义拦截函数,自自定义接口拦 截 自动获取动态库函数参数,拦截信息参数输出,自 动编译,运行并输出拦截信息功能(The most effective DLL HOOK reference improves on ahea