-
一个通过修改DLL文件的IAT表来实现的hook开发包源码
一个通过修改DLL文件的IAT表来实现的hook开发包源码-A DLL file by modifying the IAT table to achieve the hook development kit source
- 2022-05-14 23:41:51下载
- 积分: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
-
完美世界副本挂,值得学习,delphi源代码
完美世界副本挂,值得学习,delphi源代码-Perfect copy of pegging the world, it is worth learning, delphi source code
- 2022-04-01 03:14:31下载
- 积分:1
-
CLASM 类
CLASM 类-CLASM category
- 2022-08-10 23:37:52下载
- 积分:1
-
你可以勾系统,做你想做的!
You can hook the system and do what you want!
- 2023-01-01 03:45:05下载
- 积分:1
-
Embedded VB Series achieve single
VB内嵌汇编实现单个类文件实现子类化钩子.-Embedded VB Series achieve single-file-type-type hook.
- 2023-03-22 14:00:04下载
- 积分: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
-
系统注册表信息
系统注册表信息-registry information system
- 2022-03-10 05:29:04下载
- 积分:1
-
这个程序可以返回鼠标捕捉的词,用VB编的,你也可以哦
这个程序可以返回鼠标捕捉的词,用VB编的,你也可以哦-this procedure can return to the mouse to capture the words, VB series, you can oh
- 2023-01-23 02:55:03下载
- 积分:1
-
程序可浏览系统详细的API声明及相关使用方法信息,内含大量源代码...
程序可浏览系统详细的API声明及相关使用方法信息,内含大量源代码-Procedures can be obtained from the API system in detail using the method statement and related information, including a large number of source code
- 2023-03-15 10:35:04下载
- 积分:1