文件名称:subiaoquci

  • 所属分类:
  • 钩子与API截获
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 2.48mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • h*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容均来自于网络,请自行研究使用

屏幕上的大多数文字都是由gdi32.dll的以下几个函数显示的:

TextOuA,TextOutW,ExtTextOutA,ExtTextOutW。象user32.dll中的DrawTextA,

DrawTextW都是调用GDI32.DLL的这几个函数实现的。其实大家都知道实现

屏幕抓词的关键是如何截获对这几个函数的调用。我从易到难简要描述一下

实现抓词需要做的几件事:





一、  得到鼠标的当前位置。

二、向鼠标下的窗口发重画消息,让它调用系统函数重画。

三、截获对系统函数的调用,得到发给系统函数的参数。

-Most of the text on the screen by the following function gdi32.dll displayed: TextOuA, TextOutW, ExtTextOutA, ExtTextOutW. Like user32.dll in DrawTextA, DrawTextW are calling this a number of functions GDI32.DLL achievable. In fact, we all know that screen realize grasping the key word is how to intercept this call a few functions. From easy to difficult, I briefly describe the realization of the need to grasp the words to do several things: First, get the mouse s current location. Second, to the window under the mouse fat redraw message, it calls system function redraw. Third, the system intercepted function call, to be distributed to system function parameters.相关搜索: subiaoquci

(系统自动生成,下载前可以参看下载内容)

下载文件列表

...........\Debug

...........\hookdll

...........\.......\Debug

...........\.......\dllmain.c

...........\.......\hookapi.def

...........\.......\hookdll.dsp

...........\.......\hookdll.dsw

...........\.......\hookdll.ncb

...........\.......\hookdll.sln

...........\.......\hookdll.vcproj

...........\.......\hookdll.vcproj.LXM.lxm.user

...........\resource.h

...........\testhook.001

...........\testhook.dsp

...........\testhook.dsw

...........\testhook.ncb

...........\testhook.opt

...........\testhook.rc

...........\testhook.sln

...........\testhook.vcproj

...........\testhook.vcproj.LXM.lxm.user

...........\winmain.c

...........\从屏幕抓词的技术实现.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org