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

add entry for .gnu.version #82

Closed colderleo closed 2 years ago

colderleo commented 2 years ago

Hi

I need to add entries for .gun.version, is there a brief way? Thanks!

serge1 commented 2 years ago

Hi, are you going to add a new .gnu.version section or just add new entries to the existing one?

serge1 commented 2 years ago

I have added implementation of GNU versym section reader/writer to my task list

serge1 commented 2 years ago

Just to let you know - I'll be able to return to this task in two-three weeks from now

serge1 commented 2 years ago

As you requested access to ".gnu.version" only, a section modifyer has been added in commit daa1a17. Work on accessors for sections ".gnu.version_r" and ".gnu.version_d" is ongoing.

Please reopen this issue if any problem is observed.