I need to be able to add an arbitrary section to an ELF file. I cannot use GPL code in this program, so BFD is out of the question. I can use libelf/gelf to read sections, but the documentation is fairly sparse for these, and I cannot figure out how to add a section. Does anybody know how to do this? I would rather not write my own ELF code.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There's a few (possibly) related answers in this question about ELF file headers. The accepted answer mentioned using |
|||
|
|
|
have a look at ELFsh, which is now part of the ERESI project http://www.eresi-project.org/ They have a lot of documentation and cool uses of their tools. |
|||
|
|
|
The following links could be useful:
|
|||
|
|
|
Haven't tried it (yet) myself but you might look at the function elf_newscn in libelf |
|||
|
|