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.
我想获取有关 ELF 文件的动态部分的信息。基本上与我使用命令行获得的信息相同:
readelf -d elfFile
使用 pyelftools:
tag = section.get_tag(n)
给出特定部分的第 n 个标签