eliben / pyelftools

Parsing ELF and DWARF in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elf writer

dsula opened this issue · comments

commented

I have to read an elf, then modify it (adding some sections) and then write it out.
Looking at the API, I don't think pyelftools has that capability. But I wanted to confirm. Maybe I'm mistaken.
Thank you.

ELF writing capabilities were never in pyelftools, and were never planned.

commented

Ok, thank you for confirming. That's unfortunate.