-
Global hook procedures, is a global keyboard hook, realize the keyboard input of...
全局钩子程序,是一个全局的键盘钩子,实现了对键盘输入的HOOK-Global hook procedures, is a global keyboard hook, realize the keyboard input of the HOOK
- 2023-04-19 03:05:04下载
- 积分:1
-
用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
-
全包 All
全包 All-in-1 hook范本以作为自动测试程式开发之用.能钩定特定程式的button和edit field事件。并能重新播放。
范本包括:
1.测试经理 (hook)
2.钩dll (hdll)
3.样本子程式 (child)
请参考 README.TXT-
All in 1 Hook template for capturing the button and edit field events of a particular program. And a macro interpreter for replaying the actions.
This is a template for building complicate test automation tools.
Sample includes:
1. Test manager
2. Hook Dll
3. Sample child
Refers to README.TXT
- 2022-01-26 07:12:22下载
- 积分: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
-
无所不能 无所不能 无所不能 无所不能 无所不能
无所不能 无所不能 无所不能 无所不能 无所不能 -Almighty almighty almighty almighty almighty almighty almighty almighty almighty
- 2022-02-09 16:40:06下载
- 积分:1
-
刀剑online 内存查看(HP,MP等) VB编写
刀剑online 内存查看(HP,MP等) VB编写-swords online memory View (HP, MP) prepared VB
- 2023-07-27 16:30:03下载
- 积分:1
-
o-linked roŧu 1.01内的原始代码,包括银行的行政摊位
- 2022-09-12 17:55:04下载
- 积分:1
-
上面代码的测试程序
上面代码的测试程序 -The test app for above code
- 2022-05-21 09:44:51下载
- 积分:1
-
检测windows系统剪贴板的代码,比较有实用价值;很多软件比如下载软件都会用这种技术...
检测windows系统剪贴板的代码,比较有实用价值;很多软件比如下载软件都会用这种技术-Detection of windows system clipboard code, comparison has practical value a lot of software such as downloaded software will use this technology
- 2023-01-16 21:15:03下载
- 积分:1
-
一个钩子的封装类,可以在WIndows下和CE下使用,很好用。
一个钩子的封装类,可以在WIndows下和CE下使用,很好用。-A hook-type package, you can under WIndows and CE use, very good use.
- 2022-05-26 15:53:11下载
- 积分:1