搜索资源列表
gamecode
- 制作游戏外挂的代码,包括c++代码和一些window API 函数的用法-game programming code,it cotains l lot of c++ code and some Window s API fuctions
MyX5
- 针对最新的QQ炫舞,可以修改游戏的窗口尺寸,难点在于查找游戏HWND,因为游戏是加密的,不能使用FindWindowEx函数-QQ-hyun for the latest dance, you can modify the game' s window size, difficulty is to find the game HWND, because the game is encrypted and can not use the FindWindowEx function
API
- 本软件主要功能: 1、API函数、数据类型、常量的查看、添加。 2、API例程的导入导出。 3、API函数的显示设置。 -The software s main features: 1 view, API functions, data types, constants, added. 2, import export API routines. 3, API functions, the display settings.
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
JL
- VB界面与按键小精灵完美结合。 实现窗体句柄、类别及标题的获取(含源代码):其中整合了VB界面的制作,文件的读写、按键精灵外部程序的调用与关闭,窗体句柄、类别、标题的获取,文件的创建、删除及读写等功能,最值得一提的是结合VB的界面直观显示实时窗体信息,既克服了VB不能直接调用按键精灵dll等插件命令的问题,也克服了按键精灵界面只能读取输入不能实时界面输出显示的缺陷,实现了VB强大界面功能与按键精灵经典DLL插件函数的完美融合。 -VB interface with buttons elf