-
电话簿中
telphone book samples
- 2022-03-06 15:36:39下载
- 积分:1
-
用钩子实现记录用户键盘、鼠标操作并重现。
用钩子实现记录用户键盘、鼠标操作并重现。-hook used to achieve record keystrokes, mouse and regain the operation.
- 2022-02-03 16:26:26下载
- 积分:1
-
钩子应用,Windows屏幕或窗口截图
钩子应用,Windows屏幕或窗口截图
-Hook use, Windows or window screen shots
- 2022-01-23 10:24:11下载
- 积分:1
-
用CSharp编写的一个关于API全局钩子的例子,实现了键盘的屏蔽...
用CSharp编写的一个关于API全局钩子的例子,实现了键盘的屏蔽-CSharp spent on the preparation of an overall API hooks example, the realization of the shielding keyboard
- 2022-03-24 05:45:36下载
- 积分:1
-
如果屏蔽Ctrl+Alt+Del组合键,程序中使用了巧妙的方法。
绝对可以编译且运行。...
如果屏蔽Ctrl+Alt+Del组合键,程序中使用了巧妙的方法。
绝对可以编译且运行。-delphi_hoot
- 2022-01-26 00:39:59下载
- 积分:1
-
钩包的原则
HOOK封包原理-HOOK packet Principle
- 2022-01-24 17:22:02下载
- 积分:1
-
实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DL...
实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactory style uniform software interface is really difficult, as mentioned in the MessageBox netizens, FileDialog, FontDialog, directories, etc. MFC dialog within the system DLL even within the dialog, if it"s not easy changing face. Some say HOOK technology, the technology can really HOOK, HOOK can say is pervasive, but the efficient use HOOK is hardly satisfied with the majority from the current mining technology Eurocargo HOOK use of the software, can prove this point. Today we will discuss other technologies to achieve a FileDialog changing face of this technique called window replacement process method
- 2022-07-19 14:16: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
-
DNF bulk strengthening aids src the source code, can be used directly vs2008 to...
DNF批量强化辅助工具
src为源代码,可直接使用vs2008打开。
app为发布的程序,可以直接打开使用。
-----------------------------------
功能简介:
提供批量强化垫装的功能。
界面介绍:
中间4*8的微调按钮代表DNF的装备栏,值-1代表不进行强化,行控制可以进行整行的辅助调整。
-DNF bulk strengthening aids src the source code, can be used directly vs2008 to open. app for the release of the program, you can directly open to use.----------------------------------- Function Description: Provides enhanced pad batch loading function. Interface description: 4* 8 fine-tuning of the middle button on the equipment on behalf of DNF column, not to strengthen the representative value of-1, line control can adjust the entire line of the auxiliary.
- 2022-07-27 23:30:06下载
- 积分:1
-
经典的API钩挂方法,源代码,使用模块导入函数地址代换法,稳定高效。...
经典的API钩挂方法,源代码,使用模块导入函数地址代换法,稳定高效。-API hook hanging classic methods, the source code, use the module import function address substitution method, stable and efficient.
- 2022-05-28 04:09:25下载
- 积分:1