搜索资源列表

  1. HookAPI 1.7 Windows API钩子程序

    1下载:
  2. 通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用.

    支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.

  3. 所属分类:钩子与API截获

    • 发布日期:2007-12-13
    • 文件大小:1968346
    • 提供者:dssz.net
  1. APIhook

    0下载:
  2. 制作API钩子,截获API的源码-production API hook to intercept the source API
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:176258
    • 提供者:何心
  1. UiQQCode_1

    0下载:
  2. 这是盗用qq号软件的源码,是用钩子截获密码,只是作为大家互相学习拉!-theft qq This is the source code for its software, is the hook intercepted password, but as we learn from each other!!
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:25115
    • 提供者:潘奇峰
  1. 制作API钩子截获API的例子

    0下载:
  2. 制作API钩子,截获API的例子-production API hooks, intercepted API examples
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:174181
    • 提供者:Ppo
  1. delphi对windows高级编程的很多例子

    1下载:
  2. delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input proce
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3947739
    • 提供者:张强
  1. Delphi-Win

    0下载:
  2. 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3918491
    • 提供者:叶子
  1. mouseandkeyboardgetPassword

    0下载:
  2. 利用鼠标和键盘钩子截获密码的程序,非常好用,大家用用就知道了-use of the mouse and keyboard hook intercepted password procedures, very handy, we know it will be using the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:79089
    • 提供者:英雄
  1. 利用鼠标键盘钩子截获密码(www_dvpx_com)

    1下载:
  2. 钩子。看看这个漏洞: http://zdnet.com.com/2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9218
    • 提供者:三星
  1. 使用全局钩子截获键盘按键消息

    0下载:
  2. 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
  3. 所属分类:技术管理

    • 发布日期:2011-07-13
    • 文件大小:7148
    • 提供者:yangrh2000
  1. APIhook

    0下载:
  2. 制作API钩子,截获API的源码-production API hook to intercept the source API
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-17
    • 文件大小:176128
    • 提供者:何心
  1. 利用鼠标键盘钩子截获密码(www_dvpx_com)

    0下载:
  2. 钩子。看看这个漏洞: http://zdnet.com.com/2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压,
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:9216
    • 提供者:三星
  1. 0227793

    0下载:
  2. 利用键盘钩子截获键盘的输入 并且按下不同的键时发出不同的声音-To get the input of keyboard with the function of hook and sound differently according to different key.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:514048
    • 提供者:李飞
  1. 制作API钩子截获API的例子

    0下载:
  2. 所属分类:钩子与API截获

    • 发布日期:2024-06-17
    • 文件大小:174080
    • 提供者:Ppo
  1. delphi对windows高级编程的很多例子

    0下载:
  2. delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input proce
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-17
    • 文件大小:3947520
    • 提供者:张强
  1. mouseandkeyboardgetPassword

    0下载:
  2. 利用鼠标和键盘钩子截获密码的程序,非常好用,大家用用就知道了-use of the mouse and keyboard hook intercepted password procedures, very handy, we know it will be using the
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-17
    • 文件大小:78848
    • 提供者:英雄
  1. filemonsrc

    0下载:
  2. 著名的filemon,使用钩子截获控制windows下文件操作的不错源码-Famous filemon, seized control of the use of hook windows file operations under the good source
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-17
    • 文件大小:575488
    • 提供者:小江
  1. HOOKsr

    0下载:
  2. //以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContex
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:lypdl
  1. SuperPasswordSpy

    0下载:
  2. 利用钩子与API截获方法获取WEB网页及应用程序密码编辑框中的密码,值得分析研究!-The use of hooks and API method to get intercepted WEB pages and applications password password edit box, it is worth analysis!
  3. 所属分类:DSP编程

    • 发布日期:2024-06-17
    • 文件大小:1683456
    • 提供者:王冠
  1. d

    0下载:
  2. 利用窗口过程钩子截获QQ账号 利用窗口过程钩子截获QQ账号-Use of the process window hook intercepted QQ account the use of the process window hook intercepted QQ account
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:17408
    • 提供者:杨或
  1. API

    0下载:
  2. 制作API钩子,截获API的源码 网上找的,不能下东西,只能先传个上去-Production of API hook, intercepted API source online to find and can not be the next thing, one must first pass up
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-17
    • 文件大小:176128
    • 提供者:fkue
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org