Browse by type
kmclass 虚拟键鼠驱动的动态库
建议使用Visual Studio 2019进行编译, 如何编译可参考 编译dll并在python中使用ctypes调用
示例文件为 python_examples.py
kmclass.sys - 驱动
修改变量路径为你的真实路径
dll_pathdriver_pathdll_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
$ claude mcp add kmclassdll \
-- python -m otcore.mcp_server <graph>