简体   繁体   English

从Python访问Windows驱动程序

[英]Accessing a Windows driver from Python

How do I interface with a Windows driver from Python (eg send an ioctl)? 如何与Python的Windows驱动程序交互(例如,发送ioctl)?

On Linux it's easy as I just open the device as a file but I have no idea how to do this on Windows. 在Linux上,这很容易,因为我只是将设备作为文件打开,但是我不知道如何在Windows上执行此操作。

Any help would be great! 任何帮助将是巨大的! Thanks! 谢谢!

Here are couples library you may want to explore for 这是您可能想探索的情侣图书馆

You may need to explore the Windows WMI classes from the Huge MSDN Reference 您可能需要从“巨大的MSDN参考”中探索Windows WMI类。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM