kmclassdll icon indicating copy to clipboard operation
kmclassdll copied to clipboard

kmclass虚拟键鼠的动态库dll

Results 11 kmclassdll issues
Sort by recently updated
recently updated
newest added

driver = CDLL(dll_path) 报错: FileNotFoundError: Could not find module 'D:\kmclass\kmclassdll.dll' (or one of its dependencies). Try using the full path with constructor syntax. 已经用 os.path.exists() 验证过路径是正确的。 python版本是3.10.2 请问 kmclassdll.dll 是否有依赖其它DLL文件?...

我发现我只编译出了kmclassdll.dll,想知道kmclass.sys是怎么编译出来的嘞?

windows10 64位,python3使用过程中有时候会导致电脑蓝屏,是什么原因呢?

大佬,请问这个问题可能是什么原因呢?function 'LoadNTDriver' not found

Traceback (most recent call last): File "C:/Users/Delevin/PycharmProjects/Python-Projects/screen_click/test.py", line 221, in load_driver() File "C:/Users/Delevin/PycharmProjects/Python-Projects/screen_click/test.py", line 210, in load_driver driver = CDLL(dll_path) File "C:\Users\Delevin\AppData\Local\Programs\Python\Python37\lib\ctypes\__init__.py", line 356, in __init__ self._handle = _dlopen(self._name, mode)...

![image](https://github.com/BestBurning/kmclassdll/assets/4454836/09fd5de0-b398-4539-9837-f54880acc7c1)

Can it be used without running test mode in Windows? I know this is a kind of user protection But what if I intend to release a version for an...