python解析apk包信息
import axmlprinter
from xml.dom import minidom
def main():
ap = axmlprinter.AXMLPrinter(open('example/binary/AndroidManifest.xml', 'rb').read())
buff = minidom.parseString(ap.getBuff()).toxml()
print(buff)
if __name__ == "__main__":
main()
0
See Also
- go+json 还是没有python+json 结合得完美,解析速度比python 慢
- python Markdown 解析库速度比较
- skulpt 在web上运行python 脚本
- SAE Python平台即日起正式对外开放啦
- Python 语言 2022 峰会:没有 GIL 的 Python
Nearby
- 上一篇 › simplehttp / simpleleveldb
- 下一篇 › 是否可以配置个带七牛的版本?或者插件?
test