serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
720 stars 155 forks source link

remove section #81

Closed stupidestmodder closed 2 years ago

stupidestmodder commented 2 years ago

any way to remove a section from the elf?

serge1 commented 2 years ago

You can do this programmatically, but it will require some effort from you. See discussion #74 dedicated to a similar topic. Alternatively, you may try to clean-up section’s data instead of removing the section completely.

serge1 commented 2 years ago

As no more communication is required, I am closing the issue. Please feel free to reopen if more communication needed