-
一个hook计事本的,并对其进行子类化的源代码
一个hook计事本的,并对其进行子类化的源代码-Hook of a thing in this, and their sub-class of the source code
- 2022-03-21 08:49:35下载
- 积分: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
-
针对windows的定时器,演示windows中的3种计时器使用方式,达到的精确程度...
针对windows的定时器,演示windows中的3种计时器使用方式,达到的精确程度-windows against the timer, which demonstrated windows of the three timer used in order to reach the level of precision
- 2022-11-01 17:20:03下载
- 积分:1
-
vb写的一款游戏加速器,欢迎大家踊跃下载!
vb写的一款游戏加速器,欢迎大家踊跃下载!-vb was one of the game accelerator, welcome to you all to download!
- 2023-03-22 14:15:03下载
- 积分:1
-
valiant modification to the system source code
侠客修改系统源代码-valiant modification to the system source code
- 2022-02-26 07:37:09下载
- 积分:1
-
2000下进程隐藏的一种方案的例子
2000下进程隐藏的一种方案的例子-2000 under the process of hiding a program example
- 2022-12-24 07:15:03下载
- 积分:1
-
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。...
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
- 2022-03-07 19:48:48下载
- 积分:1
-
log hooks, and a window activation record names and their corresponding keyboard...
日志钩子程序,记录激活的窗口名字及其相应的键盘操作。比单纯的键盘钩子好用-log hooks, and a window activation record names and their corresponding keyboard operation. Than purely utilitarian keyboard hook
- 2023-07-19 20:00:02下载
- 积分:1
-
Microsoft Detours 1.5V
Microsoft的Detours 1.5v-Microsoft Detours 1.5V
- 2022-07-25 10:21:44下载
- 积分:1
-
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数...
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数
创建了一个进程,调用顺序是CreateProcess --> CreateProcessA --> CreateProcessInternalA..于是首先想到了直接HOOK CreateProcessInternalA
这个API函数,这个函数有12个参数-HOOK to do recently in the process of creating a procedure, used when debugging Ollydbg found a CreateProcessInternalA function, my program starts the process of the final call to this function creates a process, called the order of CreateProcess
- 2023-05-08 20:30:03下载
- 积分:1