libproc:与libproc.dylib的低级绑定

时间:2021-05-08 11:59:42
【文件属性】:
文件名称:libproc:与libproc.dylib的低级绑定
文件大小:31KB
文件格式:ZIP
更新时间:2021-05-08 11:59:42
Python 与libproc.dylib的低级绑定 介绍 该模块包含有关libproc.dylib共享库有趣部分的描述和包装。 该库公开有关OS X进程的内部内核数据。它是使用i386体系结构在OS X 10.7.5上开发和测试的。 由于该库没有详细记录,因此从xnu源代码手动跟踪了许多方面。 低级API 该库的整个动作围绕着__proc_info()函数,该函数是围绕系统调用的简单包装。 该函数的签名如下(内部私有原型取自libproc.c ): int __proc_info( int callnum, // One of _PROC_CALLNUM_xxx constants below. int pid, // Varies per callnum, see below. int flavor, // Ditto. uint64_t arg,
【文件预览】:
libproc-master
----MANIFEST.in(274B)
----README.rst(5KB)
----CONTRIBUTING.rst(3KB)
----COPYING(34KB)
----HISTORY.rst(250B)
----requirements.txt(0B)
----AUTHORS.rst(154B)
----examples()
--------README.rst(276B)
--------listpids.py(4KB)
----.travis.yml(115B)
----tox.ini(226B)
----COPYING.LESSER(7KB)
----setup.cfg(22B)
----setup.py(2KB)
----docs()
--------authors.rst(27B)
--------readme.rst(26B)
--------reference.rst(114B)
--------contributing.rst(52B)
--------conf.py(9KB)
--------installation.rst(503B)
--------history.rst(27B)
--------index.rst(227B)
----.gitignore(443B)
----libproc.py(9KB)

网友评论