-
用VB写的一个小游戏,可以用键盘玩.可以用来演示小游戏,等客户认可后再做产品...
用VB写的一个小游戏,可以用键盘玩.可以用来演示小游戏,等客户认可后再做产品-Using VB to write a small game, you can use the keyboard to play. Can be used to demonstrate a small game, such as customer acceptance before making a product
- 2022-04-25 10:58:01下载
- 积分:1
-
热血江湖后台喊话工具,易语言编写,有源码,
热血江湖后台喊话工具,易语言编写,有源码,-Yulgang propaganda tool for the background, easy language, has source,
- 2022-05-17 14:05:07下载
- 积分:1
-
键盘hook的编程操作
键盘hook的编程操作-keyboard hook programming operation
- 2022-03-14 23:44:38下载
- 积分:1
-
这是一个段网器,可以在劲舞团上使用帮助很大,希望是玩劲舞的完家都来看下...
这是一个段网器,可以在劲舞团上使用帮助很大,希望是玩劲舞的完家都来看下-This is a network segment, you can use in the Dance Mission of great help, I hope to play Dance of the End of homes under the terms of
- 2023-07-18 21:00:03下载
- 积分:1
-
MinHook - 简约实用的 x86/x64 API 钩子库
翻译 maninwest@Codeforge 作者Tsuda Kageyu @ Codeproject
背景
如果你对 Windows API Hook 感兴趣,你也一定知道 Microsoft Research 有个有名的库 - Detours。它非常有用,但是它的免费版本 (名为 "Express") 不支持 x64 位的环境。尽管商业版 (名为 "专业版") 支持 x64 位环境,但是它太贵了 -大约需要 US$10,000!
所以我决定自己从头写个 "poorman 的 Detours" 。我的库不是 Detours 的完美克隆,只是一个 API 钩子功能,因为这样就够用了。
到 2015 年1 月,此库已用于了一些项目中 : 7+ Taskbar Tweaker,Better Explorer, DxWnd, NonVisual Desktop Access, Open Broadcaster Software, QTTabBar, x360ce 等等。我很高兴发现这个库对人们有用。
使用库 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-25 14:18:29下载
- 积分:1
-
实现了简单的记录键盘事件到文件中,键盘钩子
实现了简单的记录键盘事件到文件中,键盘钩子-Records of the realization of a simple keyboard events to a file, the keyboard hook
- 2022-03-25 09:44:48下载
- 积分:1
-
攻取键盘信息.在使用鼠标移动可以记录所有信息.如果想要此功能就下载吧...
攻取键盘信息.在使用鼠标移动可以记录所有信息.如果想要此功能就下载吧-攻取keyboard information. In the use of mouse can record all the information. If you want this feature to download it
- 2023-06-19 16:40:04下载
- 积分:1
-
键盘钩子的例子,一个是可执行程序,一个是dll,比较粗糙,大家可以...
键盘钩子的例子,一个是可执行程序,一个是dll,比较粗糙,大家可以-Keyboard hooks example, one is executable programs, one dll, relatively coarse, we can
- 2022-07-23 18:13:31下载
- 积分:1
-
const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM...
const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
- 2022-01-22 14:30:21下载
- 积分:1
-
程序可浏览系统详细的API声明及相关使用方法信息,内含大量源代码...
程序可浏览系统详细的API声明及相关使用方法信息,内含大量源代码-Procedures can be obtained from the API system in detail using the method statement and related information, including a large number of source code
- 2023-03-15 10:35:04下载
- 积分:1