文件名称:input

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

一个拦截并修改输入法的模块(源码)

拦截并修改输入法,就是说比如你用智能ABC输入法,输入法文字是“一二三”,但是确认上屏后出来的内容确是“四五六”这样子,此技术大概可以用来做输入法外挂辅助工具之类的吧。



模块是一个DLL,用VC++写的,压缩包里有这个DLL的源码。原理就是使用API HOOK拦截输入法的相关函数(ImmGetCompositionString函数,应用程序通过调用这个函数取得输入法输入),以达到截获并修改输入信息的目的。 -An intercept and modify the input method module (source)

Intercept and modify the input method, that is to say for example you use Intelligent ABC input method input method text is "123", but the confirmation on the screen out "4 56" is indeed so, this technique could probably be used to do input method plug-in tool class.



The module is a DLL written in VC++, compressed bundle the DLL source code. The principle is to use the API HOOK intercept of the correlation function of the input method (ImmGetCompositionString function, an application by calling this function to obtain the input of the input method), to intercept and modify the input information in order to achieve the purpose.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

输入法注入

..........\1-火星文输入法外挂(仅拦截并修改输入法,使用WM_DEBUG钩子,对控制台程序也有效,稳定性一般)

..........\..........................................................................................\Form1.frm

..........\..........................................................................................\Form1.frx

..........\..........................................................................................\Form2.frm

..........\..........................................................................................\Form2.frx

..........\..........................................................................................\Form3.frm

..........\..........................................................................................\Form4.frm

..........\..........................................................................................\Form4.frx

..........\..........................................................................................\hxwdllwx

..........\..........................................................................................\hxwdllwx.dll

..........\..........................................................................................\hxwdllwx2.dll

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

..........\..........................................................................................\........\hxwdllwx.cpp

..........\..........................................................................................\........\hxwdllwx.def

..........\..........................................................................................\........\hxwdllwx.dll

..........\..........................................................................................\........\hxwdllwx.dsp

..........\..........................................................................................\........\hxwdllwx.dsw

..........\..........................................................................................\........\hxwdllwx.ncb

..........\..........................................................................................\........\hxwdllwx.opt

..........\..........................................................................................\........\hxwdllwx.plg

..........\..........................................................................................\Module1.bas

..........\..........................................................................................\Module2.bas

..........\..........................................................................................\Module3.bas

..........\..........................................................................................\MSCOMCTL.OCX

..........\..........................................................................................\MSSCCPRJ.SCC

..........\..........................................................................................\qqbtzdat.dll

..........\..........................................................................................\使用说明.txt

..........\..........................................................................................\火星文转换器.exe

..........\..........................................................................................\火星文转换器.vbp

..........\..........................................................................................\火星文转换器.vbw

..........\..........................................................................................\聊天记录.txt

..........\2-拦截并修改输入法+拦截但不修改键盘消息(使用WH_KEYBOARD钩子,对控制台程序无效,稳定性最佳)

..........\............................................................................................\Form1.frm

..........\............................................................................................\hxwdllwx

..........\............................................................................................\hxwdllwx.dll

..........\...............

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org