Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过python获取windows中进程的打开句柄列表。我可以通过系统调用在 C/C++ 中找到解决方案,但我必须在 Python 中完成。Win32api可以帮助吗?
使用ctypes导入,然后您可以(大部分)在 C 中执行相同的操作,但使用 Python。