Welcome![Sign In][Sign Up]
Location:
Search - ImmGetCompositionString

Search list

[Hook apiHOOKsr

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

[Hook api键盘监控

Description: 完整的键盘监控源码,可以截获中文输入,不可用于非法用途哦!-complete keyboard control source, intercepted the Chinese import, may not be used for illegal purposes Oh!
Platform: | Size: 32768 | Author: 倪玉龙 | Hits:

[Hook apiHOOKsr

Description: //以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContext,ImmGetCompositionString等等. -//Has not been previously noted that one issue, that is intercepted by the keyboard hook input characters is less than cut-off special characters, such as Chinese input method, such as.// Later use the information to hook HOOK WM_IME_CHAR, this time the majority of has been able to obtain, but for some other procedures, for example,// WORD like it should not intercepted. later found on MSDN, take into account WM_IME_COMPOSITION news, and deal with the message// when to use IMM Some library functions from the input data area to obtain. For example ImmGetContext, ImmGetCompositionString and so on.
Platform: | Size: 2048 | Author: lypdl | Hits:

[Hook apiinput

Description: 一个拦截并修改输入法的模块(源码) 拦截并修改输入法,就是说比如你用智能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.
Platform: | Size: 1640448 | Author: tunshizhe | Hits:

CodeBus www.codebus.net