-
写代码时常要知键盘上某个键的虚拟键值或是ASCII码值等等,这个小工具或许能帮得上忙.用钩子获取键盘输入...
写代码时常要知键盘上某个键的虚拟键值或是ASCII码值等等,这个小工具或许能帮得上忙.用钩子获取键盘输入-write code often want to know a certain key on the keyboard of virtual keys or ASCII value, and so on, Perhaps this small tool to help with this busy. with access to the keyboard input hook
- 2022-11-01 11:20:03下载
- 积分:1
-
VB开心农场源码,希望大家能用的上。希望大家能一起学习。
VB开心农场源码,希望大家能用的上。希望大家能一起学习。-VB
- 2022-01-26 07:05:50下载
- 积分:1
-
Lineage 2 game to find the basis of address and personal backpack information, L...
天堂2游戏查找基础地址及其个人背包信息,天堂2游戏查找基础地址及其个人背包信息-Lineage 2 game to find the basis of address and personal backpack information, Lineage 2 game based on the address to find information and their personal backpack
- 2022-03-30 09:32:05下载
- 积分:1
-
孙鑫VC视频,此源码是有关HOOk编程的一个例子,非常不错,可以学习...
孙鑫VC视频,此源码是有关HOOk编程的一个例子,非常不错,可以学习-Sun Xin VC video, this source is about HOOk an example of programming, very good, can learn
- 2022-02-12 11:11:30下载
- 积分:1
-
怎样在VB中接收、处理托盘的消息(双击、单击、左键、右 键)...
怎样在VB中接收、处理托盘的消息(双击、单击、左键、右 键)-怎样在VB中 ?邮???
- 2022-02-22 08:21:52下载
- 积分: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
-
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
-
E语言反
E语言反钩子源码-E language anti-hook source
- 2022-03-14 09:01:13下载
- 积分:1
-
用VC++6实现FlashGet的最小化和关闭的效果
用VC++6实现FlashGet的最小化和关闭的效果-VC 6 FlashGet achieve the smallest and the effect of the closure
- 2022-06-17 17:34:42下载
- 积分:1
-
HOOK记录鼠标的例子
HOOK记录鼠标的例子-HOOK record examples of mouse
- 2022-01-28 07:57:15下载
- 积分:1