-
屏幕得到金山词霸单词技术,使用DLL的程序,这是值得的…
金山词霸的屏幕取词技术,利用了 DLL编程,非常值得学习。-the screen get word technology of kingsoft powerword,use dll program, it s worthy of study
- 2022-07-16 17:27:11下载
- 积分:1
-
very simple hook a whole, shielding all the keyboard keys, mainly in a little, a...
很简单的一个全局钩子,屏蔽键盘所有按键,主要用在,嘿嘿,把键盘当垫板的人,比如在网吧抄东西。双击便运行,关闭即退出。
送给菜鸟。-very simple hook a whole, shielding all the keyboard keys, mainly in a little, and the keyboard when the plate. For example, in the cafes copied things. Double-click operation will close withdraw. As they gave.
- 2022-03-20 21:26:59下载
- 积分:1
-
利用钩子函数,自动抓取widows屏幕图片,操作简单、易用
利用钩子函数,自动抓取widows屏幕图片,操作简单、易用-The use of hook function, the screen image automatically crawl widows, simple operation, easy-to-use
- 2022-02-06 08:00:48下载
- 积分:1
-
屏幕取词大家谈
屏幕取词大家谈 -Tutorial for screen word capaturing
- 2022-02-22 12:07:10下载
- 积分:1
-
马飞涛的屏幕抓词程序,无源代码,但含一DLL
马飞涛的屏幕抓词程序,无源代码,但含一DLL -Screen word capatrueing app provided by MaFeitao, without source but a D
- 2022-08-15 23:05:23下载
- 积分:1
-
一个简单的鼠标钩子程序源码,能帮助初学钩子编程的朋友了解钩子程序编写的基本套路...
一个简单的鼠标钩子程序源码,能帮助初学钩子编程的朋友了解钩子程序编写的基本套路-A simple mouse hook procedure source code, can help novice programming Friend hook hook programmers to understand the basic routines
- 2022-04-16 07:25:34下载
- 积分:1
-
刀剑online 内存查看(HP,MP等) VB编写
刀剑online 内存查看(HP,MP等) VB编写-swords online memory View (HP, MP) prepared VB
- 2023-07-27 16:30:03下载
- 积分:1
-
a very useful Eastern!
很有用的一种东东!-a very useful Eastern!
- 2022-08-21 03:38:02下载
- 积分:1
-
能够将CTRL ALT DEL等功能LOCK锁定 使用HOOK钩子技术 学习API HOOK的好DEMO...
能够将CTRL ALT DEL等功能LOCK锁定 使用HOOK钩子技术 学习API HOOK的好DEMO-Be able to CTRL ALT DEL functions LOCK Lock the use of HOOK hooks API HOOK good technological learning DEMO
- 2023-01-15 02:00:03下载
- 积分: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