ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.
| Tags | Software Development Embedded Systems Libraries Other/Nonlisted Topic Build Tools Code Generators Compilers Debuggers Assemblers Utilities Disassemblers |
|---|---|
| Licenses | MIT License |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Release Notes: The segment offset value when the ELF file was created with endianess different from host machine was corrected. SHT_NOBITS section file size calculation was fixed.


Release Notes: This release adds a dynamic section accessor. A corresponding chapter was added to the documentation.


Release Notes: The documentation was updated.


Release Notes: A new implementation of the ELFIO library. It is C++ header-only library now. Just include <elfio.hpp> header file into your application and you are ready to access ELF file content. 32- and 64-bit ELF file formats are supported simultaneously.


Release Notes: Fixes endian conversion in the ELFIRelocation and ELFINote sections' adapters.