搜索资源列表
Anykey
- VC全局钩子屏蔽键盘上的任意键,如按WIN键没有相应,无提示但已经屏蔽!-VC global keyboard hook shielding the Anykey, such as by WIN no corresponding bond, but has not suggested shielding!
QQ_LLK_SOURCE
- QQ连连看外挂源码 20050609qq 连连看外挂简介 原理 1 截取屏幕,从而取得方块数据,然后搜索算法. 2 通过鼠标键盘钩子发送消息来消去. 3 腾讯反外挂作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有 点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡外挂系统失效。 4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法 解决这个问题一定要告诉我啊! 最好能取消动画特效,直接消去.
VBHOOK
- VB钩子.用SetWindowsHookEx注册钩子. 实现了记录用户键盘输入。-VB hook. Registered with the SetWindowsHookEx hook. Achieved a record of the user keyboard input.
wgm
- 编程语言:delphi或者vc.(建议vc) 编程知识:hook技术,一些常用的api,dll,等。(如果,不了解先去看看资料) 工具:wpe,自己做的一个封包工具,进制转换器自己做个比较好。 外挂方法1.键盘鼠标模拟mouse_event等函数解决. 2.读取内存,看数据. 3.截取网络封包进行分析。(怎么封包解密:同一个动作截取n次比较,找出共同) 资料 网上的传奇挂机原代 -Programming Language: delphi or vc. (Reco
vbkeybordrecord
- 这是一个VB写的键盘记录例子,其中加入了很优化的方式记录键盘信息,内部可以自己添加邮箱或者是ASP网站,是VB钩子中一个经典的例子-This is a keylogger written in VB examples, to include a very optimized way to record keyboard information, internal mail, or you can add your ASP site, is the VB classic example of a
vkeyboard
- “网游通用模拟键盘程序”是利用WINIO实现的一个可以在多种游戏上实现自动挂机的按键模拟器,通过对时间的精确设计,可以达到很理想很智能的挂机效果-" Universal gaming keyboard simulation program" is to use WINIO achieve a variety of games can be automatically hang up the keys on the simulator, by the time the exact
MFCReKey(1)
- 用于魔兽争霸3 改键,并判断当前运行状态-Warcraft 3 Keyboard Hook
20120418
- 此包是一个很简单的外挂输入法,学习过程中编制的,其中使用键盘勾子,会报有木马,请自己编译后使用.-This package is a very simple plug-in input methods, the preparation of the learning process, use the keyboard hook, will be reported trojan, please use to compile.
wg
- dll中实现了hook键盘的功能,并且可以在注入的对象中呼出窗口,窗口有自己定义-hook the keyboard dll portions, and can be exhaled in the injected object window, window has its own defined
KeyboardHook
- 原理:通过SetWindowsHookEx函数将DLL注入到进程的地址空间中,线程dwThreadId获取到的键盘消息会实现被钩子拦截-Principle: The SetWindowsHookEx function DLL is injected into the process s address space, the thread dwThreadId get to the keyboard hook to intercept messages will be achieved
VCPPkeyhook
- VC++利用底层键盘钩子屏蔽任意按键 后台拦截任意按键-VC++ advantage of the underlying shield any key keyboard hook to intercept any key background
wgmk
- vb 做外挂需要用到的一些包括,键鼠模拟,ini读写,txt读写,内存读写,hook键鼠等等功能的过程。整合在一个模块里,拿来即用。-vb we do need to use some of the plug-in process include mouse and keyboard simulation, ini reader, txt read, memory read and write, hook the mouse and keyboard, etc. functions. Integ
MosKeyHook
- 通过获得窗口 键盘钩子 使用Winio进行模拟按键 及鼠标移动(By accessing the window, the keyboard hook uses Winio to simulate keystrokes and mouse movements)