-
d键盘、鼠标的钩子控件(有源码)
d键盘、鼠标的钩子控件(有源码)-d keyboard, the mouse clasp controls (active code)
- 2023-05-28 16:45:03下载
- 积分:1
-
用日志钩子记录键盘输入
用日志钩子记录键盘输入--Record the keyboard input by using log hook
- 2022-03-02 09:30:32下载
- 积分:1
-
获取网页中的密码
获取网页中的密码-access to the passwords website
- 2022-05-13 01:51:54下载
- 积分:1
-
Detours HookFunction
Detours是微软开发的一个函数库,可用于捕获系统API。
最近在做API hook相关的东西,用了inline hook后感觉不错,但是查找资料发现inline hook并不稳定
inline hook 的原理是在系统访问一个函数的时候先替换原函数入口处的内容跳转到自己设计的hook函数中,然后在自己函数中进行hook工作。可是在并行系统中,很可能有个线程就在这个时候调用了被自己改掉的系统函数,出现我们无法预期的结果。
所以打算学习一下inline hook升级版:detour库hook,其实hook过程原理基本一样,只是微软做了封装和相关的冲突检查,所以这种api hook稳定些。
这个是开发出来的可以编译使用的HOOK Function代码。
- 2022-02-16 04:41:53下载
- 积分:1
-
一剑N招小工具,利用hook技术实现Ctrl加键盘上数字键可方便启动你想要启动的应用程序.还可以实现窗口最上定位.方法是点住图片不要释放,将其拖到要定位的窗口标...
一剑N招小工具,利用hook技术实现Ctrl加键盘上数字键可方便启动你想要启动的应用程序.还可以实现窗口最上定位.方法是点住图片不要释放,将其拖到要定位的窗口标题栏即可-sword strokes small tools, use Ctrl hook technology increases the number keys on the keyboard can start your convenience wanted to start the application. The window can also be the most on positioning. Living point is not to release photographs of their positioning dragged to the window title bar can
- 2023-08-22 08:05:03下载
- 积分:1
-
系统托盘和钩子程序例子
系统托盘和钩子程序例子-system tray and hook procedures example
- 2022-02-05 05:11:46下载
- 积分:1
-
输入法编程例子,使用三种方法实现系统钩子
输入法编程例子,使用三种方法实现系统钩子-Input Method programming examples, using three methods for system hook
- 2022-06-12 12:15:10下载
- 积分:1
-
Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!
Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
- 2022-03-29 03:05:13下载
- 积分:1
-
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究...
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究--An example of catching password which has not used hook technology, recommend!
- 2022-06-02 15:08:51下载
- 积分:1
-
用钩子实现记录用户键盘、鼠标操作并重现。
用钩子实现记录用户键盘、鼠标操作并重现。-hook used to achieve record keystrokes, mouse and regain the operation.
- 2022-02-03 16:26:26下载
- 积分:1