-
俄罗斯方块游戏 Vc代码
俄罗斯方块游戏 Vc代码-Tetris game code Vc
- 2022-02-12 09:05:33下载
- 积分:1
-
这是一个用于修改游戏记录文件的小程序
这是一个用于修改游戏记录文件的小程序-This is a game record for the revised document small program
- 2022-01-31 14:29:02下载
- 积分:1
-
mu窗口化vc源码,老版本用
mu窗口化vc源码,老版本用-mu window of vc source, the old version of
- 2023-08-04 05:15:03下载
- 积分:1
-
键盘钩子(hook)例子
键盘钩子(hook)例子- Keyboard clasp (hook) example
- 2022-03-22 02:02:56下载
- 积分:1
-
a classic example of the hook, learning a reference to the hook
一个经典的钩子例子,学习hook的一个参考-a classic example of the hook, learning a reference to the hook
- 2022-05-14 06:12:06下载
- 积分:1
-
a simple keyboard hook procedures
一个简单的键盘钩子程序-a simple keyboard hook procedures
- 2022-02-04 00:57:53下载
- 积分: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
-
C#钩子使用的源码
C#钩子使用的源码-C# using the hook-source
- 2022-01-26 04:20:33下载
- 积分: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
-
Windows API Hook 大揭密
Windows API Hook 大æå¯†-Windows API Hook TERRY
- 2022-11-28 03:20:04下载
- 积分:1