MCPcopy Create free account
hub / github.com/BestBurning/kmclassdll

github.com/BestBurning/kmclassdll @v1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0 ↗ · + Follow
28 symbols 34 edges 5 files 1 documented · 4% updated 5y agov1.0 · 2020-03-17★ 17810 open issues

Browse by type

Functions 26 Types & classes 2
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

kmclassdll

kmclass 虚拟键鼠驱动的动态库

编译

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

python 示例

示例文件为 python_examples.py

  1. 自行编译或下载
  2. kmclassdll.dll - 动态库
  3. kmclass.sys - 驱动

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

  5. dll_path
  6. 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

Core symbols most depended-on inside this repo

Shape

Function 26
Class 2

Languages

C++57%
Python43%

Modules by API surface

kmclassdll.cpp14 symbols
python_examples.py12 symbols
kmclass.h2 symbols

For agents

$ claude mcp add kmclassdll \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page