Skip to content

简易输入法,用来测试某进程是否可以进行输入法dll注入

License

Notifications You must be signed in to change notification settings

lxraa/SampleIme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SampleIme

一个基于微软开源代码的输入法

可以利用该输入法进行dll注入

1、在CSampleIME::ActivateEx里插入自定义操作,例如:

MessageBox(NULL, TEXT("ACTIVATE"), TEXT("INFO"), MB_OK);

2、编译

3、使用命令行安装输入法:

regsvr32 [path to]/SampleIME.dll

4、注入成功则每次切换到我们安装的输入法时出现弹窗

About

简易输入法,用来测试某进程是否可以进行输入法dll注入

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published