简体   繁体   中英

Accessing a Windows driver from Python

How do I interface with a Windows driver from Python (eg send an 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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