eliben / pyelftools

Parsing ELF and DWARF in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELF write support?

shirok1 opened this issue · comments

Here is a fork that imply this: https://github.com/mefistotelis/pyelftools

It is mainly used in https://github.com/o-gs/dji-firmware-tools, to imply ELF generation for analysed binary.

I wonder if this could be merged into upstream.

cc @mefistotelis

This was discussed way back in #15.
Though maybe something changed since then.

Indeed, this was discussed in #15 and nothing changed from my point of view. This remains outside the scope of pyelftools; feel free to use the linked fork if it works for you.