Kmclassdll Save

kmclass虚拟键鼠的动态库dll

Project README

kmclassdll

kmclass 虚拟键鼠驱动的动态库

编译

建议使用Visual Studio 2019进行编译, 如何编译可参考 编译dll并在python中使用ctypes调用

python 示例

示例文件为 python_examples.py

  1. 自行编译或下载

  2. 修改变量路径为你的真实路径

    • dll_path
    • driver_path
dll_path = 'YourPath\\kmclassdll.dll'
driver_path = b'YourPath\\kmclass.sys'
  1. 开启 测试模式 & 禁用强制驱动签名 模式 & 重启

管理员身份打开CMD

bcdedit /set nointegritychecks on
bcdedit /set testsigning on
shutdown  -r -t 0
  1. 重启后管理员身份运行
python python_examples.py
Open Source Agenda is not affiliated with "Kmclassdll" Project. README Source: BestBurning/kmclassdll

Open Source Agenda Badge

Open Source Agenda Rating