Search code examples
pythonexecutablefile-formatelf

Is there a PEFile for ELF


I love using the PeFile library for Python to parse PE files. Is there a similar library for parsing ELF?


Solution

  • You should take a look at pyelftools

    It supports ELF and DWARF binary formats. It is a project which is in active development too.