如何在 python 中读取 ELF 文件的动态部分

How can I read the dynamic section of an ELF file in python

我想获取有关 ELF 文件的动态部分的信息。基本上与我使用命令行获得的信息相同:

readelf -d elfFile

使用 pyelftools:

tag = section.get_tag(n)

给出特定部分的第 n 个标签