我喜欢使用 Python 的 PeFile 库来解析 PE 文件。是否有用于解析 ELF 的类似库?
问问题
937 次
3 回答
3
You should take a look at pyelftools
It supports ELF
and DWARF
binary formats. It is a project which is in active development too.
于 2013-03-01T02:57:36.110 回答
2
于 2018-09-27T06:48:22.557 回答
0
还有pylibelf:https ://github.com/crackinglandia/pylibelf
它只支持 ELF 格式,而且是只读的。但它正在积极开发中,预计在我写这篇文章时,写部分很快就会完成。
于 2013-07-27T08:34:11.260 回答