搜索资源列表
HookAPI 1.7 Windows API钩子程序
通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用.
支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.
APIhook
- 制作API钩子,截获API的源码-production API hook to intercept the source API
UiQQCode_1
- 这是盗用qq号软件的源码,是用钩子截获密码,只是作为大家互相学习拉!-theft qq This is the source code for its software, is the hook intercepted password, but as we learn from each other!!
制作API钩子截获API的例子
- 制作API钩子,截获API的例子-production API hooks, intercepted API examples
delphi对windows高级编程的很多例子
- delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input proce
Delphi-Win
- 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息
mouseandkeyboardgetPassword
- 利用鼠标和键盘钩子截获密码的程序,非常好用,大家用用就知道了-use of the mouse and keyboard hook intercepted password procedures, very handy, we know it will be using the
利用鼠标键盘钩子截获密码(www_dvpx_com)
- 钩子。看看这个漏洞: http://zdnet.com.com/2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压,
使用全局钩子截获键盘按键消息
- 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
APIhook
- 制作API钩子,截获API的源码-production API hook to intercept the source API
利用鼠标键盘钩子截获密码(www_dvpx_com)
- 钩子。看看这个漏洞: http://zdnet.com.com/2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压,
0227793
- 利用键盘钩子截获键盘的输入 并且按下不同的键时发出不同的声音-To get the input of keyboard with the function of hook and sound differently according to different key.
delphi对windows高级编程的很多例子
- delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input proce
mouseandkeyboardgetPassword
- 利用鼠标和键盘钩子截获密码的程序,非常好用,大家用用就知道了-use of the mouse and keyboard hook intercepted password procedures, very handy, we know it will be using the
filemonsrc
- 著名的filemon,使用钩子截获控制windows下文件操作的不错源码-Famous filemon, seized control of the use of hook windows file operations under the good source
HOOKsr
- //以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContex
SuperPasswordSpy
- 利用钩子与API截获方法获取WEB网页及应用程序密码编辑框中的密码,值得分析研究!-The use of hooks and API method to get intercepted WEB pages and applications password password edit box, it is worth analysis!
d
- 利用窗口过程钩子截获QQ账号 利用窗口过程钩子截获QQ账号-Use of the process window hook intercepted QQ account the use of the process window hook intercepted QQ account
API
- 制作API钩子,截获API的源码 网上找的,不能下东西,只能先传个上去-Production of API hook, intercepted API source online to find and can not be the next thing, one must first pass up