• Stars
    star
    144
  • Rank 254,084 (Top 6 %)
  • Language
    C++
  • License
    GNU Affero Genera...
  • Created over 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

kmclass虚拟键鼠的动态库dll

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