-
Windows下的一个功能强劲的hook代码,质量比较高
Windows下的一个功能强劲的hook代码,质量比较高-Windows under a powerful hook code, a relatively high quality
- 2022-07-18 17:25:38下载
- 积分:1
-
2000下进程隐藏的一种方案的例子
2000下进程隐藏的一种方案的例子-2000 under the process of hiding a program example
- 2022-12-24 07:15:03下载
- 积分:1
-
内核直接挂钩
Hooking the kernel directly
- 2022-03-18 06:06:02下载
- 积分:1
-
vb.net制作的一个hook程序,用来捕获空格键的输入…
vb.net 制作的一个hook程序,用来捕获空格键的输入。
-vb.net produced a hook procedures used to capture the space bar to the admission.
- 2023-03-15 10:30:03下载
- 积分:1
-
Hook programming. How to install the hook process, how to compile the overall ho...
Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。-Hook programming. How to install the hook process, how to compile the overall hook, 13-17 Dynamic Link global variable data sharing analysis.
- 2022-12-06 11:05:03下载
- 积分:1
-
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究...
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究--An example of catching password which has not used hook technology, recommend!
- 2022-06-02 15:08:51下载
- 积分:1
-
Win98死亡阴影简体中文版英雄全面修改器Beta.rar
Win98死亡阴影简体中文版英雄全面修改器Beta.rar-shadow of death Win98 English version of a hero for comprehensive revision Beta.rar
- 2022-03-19 13:15:11下载
- 积分:1
-
菜单钩子,希望有用 ,
菜单钩子,希望有用 ,-menu hook, useful!
- 2022-08-12 09:38:19下载
- 积分:1
-
C# 鼠标 键盘 钩子
C#的鼠标键盘 钩子代码,可以hook到当前系统的鼠标和键盘输入,并对其键值进行修改和事件处理,这是从MSDN上找到的代码,非常给力~
- 2022-07-15 23:50:07下载
- 积分: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