搜索资源列表
HookAPI 1.7 Windows API钩子程序
- 通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用. 支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.
钩子函数例子
- This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
h2dll
- 钩子函数联系代码-hook function link code
WINDOWS钩子函数
- 汇编中调用钩子函数的例子。-compilation called hook function examples.
编写Win32 API钩子
- API Hook的源代码文件 大家一定想剥除钩子函数的神秘感吧 请下载-Hook API source code file that you want to hook function stripped the mysterious flu Download it
以太网钩子函数
- 以太网钩子函数,用于从MAC层获取ip数据
钩子键盘
- C#钩子函数
钩子函数c#代码
- 用c#函数写的一个关于键盘钩子的使用,对初学者来说很有帮助意义。可以下载 参考
InlineHook
- 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
APIHOOK.2.0.src
- Windows钩子函数的使用用法的完整示例代码。-Windows hook functions to use the full sample code usage.
Dll
- dll钩子, 钩子函数, DLL文档编写, 钩子的实现与调用, DLL的调用-keyboard hook program
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
HOOKAPI
- 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
hookhideproc
- 是利用钩子函数在windows xp 的环境下使进程隐藏的,十分好用,也很经典。-Hook function is to use windows xp in the environment so that the hidden process is very easy to use, but also very classic.
translateToChineseByHook
- 利用钩子函数轻松实现应用程序的汉化 论文-Hook function is easy to use application into Chinese paper
skin_peeler
- 首先在程序中安装一个监控窗口过程的钩子函数,然后定义一个新的窗口函数,该函数将替换按钮的窗口函数,该函数主要对一些感兴趣的消息进行处理,调用自定义信息中的一些方法。最后在钩子函数中读取当前控件类的名称,如果为按钮类,则为按钮设置一个自定义的信息,并子类化按钮。-First, install a monitor in the program window procedure hook function, and then define a new window function, the func
201031710519
- 锁定鼠标和键盘 采用钩子函数编写 可控制锁定时间 这是小弟自学钩子的成果 希望对各位有帮助 -Lock mouse and keyboard control the use of hooks to write self-locking hook of time which is the outcome of brother you want to help
xasawora-certain
- 借助钩子函数实现对某应用程序的键盘密码监控,很好(With the hook function for a certain application password keyboard monitoring, is very good)