资源列表
Inline-Patching-Protected-Applications-(Hooking-A
- Inline Patching Protected Applications (Hooking API Functions)
KeyboardHook
- 使用键盘钩子实现按键发音程序。内含VC6.0环境下编译的源代码-Pronunciation keys using the keyboard hook procedure implementation. VC6.0 environment contains the source code compiled
Detours1.5
- 微软API截获库,该代码也包含在MSDN的例子中。-Microsoft API interception library, the code is also included in the MSDN example.
DLL
- delphi开发的DLL钩子 -DLL hook delphi development
aicd_Taokla
- Delphi7 实现浩方平台半成品 HookGame 平台管理单元 insert 游戏插入单元 taoklaGame 游戏exe文件夹
ConvertKBHook
- Keyboard and Mouse Lock in Windows with windows API
BYTE-DLL-injector-
- 收集的很多内存注入的技术文章,含一些源码,VB注入器 内存注入源码 玩么不解释!!适合所有游戏-Collected a lot of memory into technical articles, containing some source code, VB injector memory into the source code to play do not explain!! Suitable for all games
cnixv00
- Because the time limit is too tight, always playing badly
Keylogger
- Very good keylogger not FUD but goooooood
Layman
- 采用比较浅显易懂的方式讲解了VC++里面怎样进行dll编程。-The use of relatively easy to understand way which explains how the VC++ dll programming.
20050507155708421
- 一个写得稍有简洁的Hook程序,目的在于学习,没有别的意思
TOUGAO
- QQ2010软键盘拦截原理与实现当程序探测到qq登录框后就立即对qq进程中与软键盘实现相关的AFUtil.dll模块打上补丁。 当你使用软键盘时输入密码时,每输入一个字符就会执行一次我的补丁代码(补丁功能就是将 所输入的字符在qq进程所在的内存中连接成一个字符串),拦截程序会定时读取该处内存的密 码字符串并显示出来。 -QQ2010 soft keyboard intercept principle and realization