dawnineyes / kmclassdll

kmclassdll

Home Page:https://di1shuai.com/kmclass%E8%99%9A%E6%8B%9F%E9%94%AE%E9%BC%A0%E9%A9%B1%E5%8A%A8.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

kmclassdll

https://di1shuai.com/kmclass%E8%99%9A%E6%8B%9F%E9%94%AE%E9%BC%A0%E9%A9%B1%E5%8A%A8.html

License:GNU Affero General Public License v3.0


Languages

Language:C++ 48.3%Language:C 30.0%Language:Python 21.7%