Skip to content

虚拟鼠标键盘驱动程序,使用驱动程序执行鼠标键盘操作。

License

Notifications You must be signed in to change notification settings

dengqizhou30/HIDDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

虚拟鼠标键盘驱动程序,使用驱动程序执行鼠标键盘操作。
注意这个驱动目前使用的是测试证书,还没有微软颁发的正式证书,只能在win 10测试模式下执行。

一、项目编译:
建议使用Visual Studio 2019;

二、驱动安装:
1、关闭签名校验,开启调试模式:
在win10中,管理员模式的命令行中,执行如下命令:
bcdedit /set nointegritychecks on
bcdedit /set testsigning on
然后重启win10,进入测试模式

2、使用devcon安装驱动,最好先关闭360等杀毒软件:
cd G:\workspace_github\loki-hidriver\x64\Debug\KMDFDriver
& "D:/Windows Kits/10/Tools/x64/devcon.exe" find "root\hidriver"
& "D:/Windows Kits/10/Tools/x64/devcon.exe" remove "root\hidriver"
& "D:/Windows Kits/10/Tools/x64/devcon.exe" install hidriver.inf "root\hidriver"

3、安装驱动的日志文件,可以在这里检查驱动安装的明细日志:
%windir%\inf\setupapi.dev.log
C:\Windows\INF\setupapi.dev.log

三、项目来源:
目前只是针对win10做些兼容性调整,主体代码来源于loki-hidriver项目,感谢原开发者:
https://github.com/hedgar2017/loki-hidriver

About

虚拟鼠标键盘驱动程序,使用驱动程序执行鼠标键盘操作。

Resources

License

Stars

Watchers

Forks

Packages

No packages published