如何在 PYTHON 中使用 NETLINK 套接字从内核空间获取数据?
如何在 PYTHON 中使用 NETLINK 套接字从内核空间获取数据?
How can I use a NETLINK socket to data from kernel space in PYTHON?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信
socket
Python 模块从 Python 2.5 左右开始就支持AF_NETLINK
套接字,尽管我从未使用过它。有一些项目使用它并可以作为示例:pynl80211
iotop
在 Google 中搜索
/usr/bin/python af_netlink
会出现更多命中,尽管我会承认大多数并不是真正有用。I believe that the
socket
Python module has had support forAF_NETLINK
sockets since Python 2.5 or so, although I have never used it. There are a few projects out there that use it and can serve as an example:pynl80211
iotop
Searching Google for
/usr/bin/python af_netlink
comes up with a few more hits, although I will admit that most are not really useful.