-
vc全局钩子实现程序监控代码
vc全局钩子实现程序监控代码 一个学习hook的东东 很好的学习hook的东东欢迎大家来下载研究
- 2023-06-10 11:00:04下载
- 积分:1
-
这第三,第四(和最后一个)的一部分,建立一个线程死锁检测器…
This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)
- 2023-02-19 12:55:03下载
- 积分:1
-
从微软拦截的原料药
来自微软的api拦截库-from Microsoft interception for the api
- 2022-06-29 03:10:35下载
- 积分:1
-
钩的例子
一个hook的例子非常好的例子我很懒所以没写什么了-a example of hook
- 2022-04-16 05:46:08下载
- 积分: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
-
能够将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
-
VC实现的钩子程序设计,具体实现自己看代码吧,已通过运行测试!...
VC实现的钩子程序设计,具体实现自己看代码吧,已通过运行测试!-the hook program design, specific code can achieve it, by running test!
- 2023-02-24 15:10:03下载
- 积分:1
-
全局鼠标键盘钩子
一个全局鼠标键盘钩子的示例,包含.dll文件和lib文件,基于VC6 MFC设计的
能够实现实时捕获鼠标当前屏幕的坐标位置,能够捕获绝大部分键盘单独按键,如需特殊键和组合键,还需要自己处理一下。
- 2022-10-08 17:05:03下载
- 积分:1
-
用来探测其他应用程序窗体信息,读取星号密码等诸多功能的小工具...
用来探测其他应用程序窗体信息,读取星号密码等诸多功能的小工具-Applications used to detect other forms of information, read asterisk password function and many other small tools
- 2022-03-14 00:37:34下载
- 积分: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