kmclassdll
kmclass 虚拟键鼠驱动的动态库
编译
建议使用Visual Studio 2019进行编译, 如何编译可参考 编译dll并在python中使用ctypes调用
python 示例
示例文件为 python_examples.py
-
自行编译或下载
- kmclassdll.dll - 动态库
- kmclass.sys - 驱动
-
修改变量路径为你的真实路径
dll_path
driver_path
dll_path = 'YourPath\\kmclassdll.dll'
driver_path = b'YourPath\\kmclass.sys'
- 开启 测试模式 & 禁用强制驱动签名 模式 & 重启
管理员身份
打开CMD
bcdedit /set nointegritychecks on
bcdedit /set testsigning on
shutdown -r -t 0
- 重启后管理员身份运行
python python_examples.py