ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
Serge Lamikhov-Center 4eb7a2d216 Release_3.1
2015-02-13 20:55:49 +02:00
cygwin Release_3.1 2015-02-13 20:55:49 +02:00
doc Documentation update - new functions are described 2014-08-09 11:22:36 +03:00
elf_examples add 4 byte alignment for the section table 2014-12-03 09:24:21 +01:00
elfio Copyright year update 2015-02-13 20:51:07 +02:00
ELFIOTest Relocation entry endianness fix; Warnings elimination 2015-02-13 20:47:37 +02:00
examples Copyright year update 2015-02-13 20:51:07 +02:00
.gitignore Use boost library version 1.57.0 2014-11-22 23:52:02 +02:00
aclocal.m4 Release_3.0 2015-01-19 13:36:49 +02:00
AUTHORS
ChangeLog
configure Release_3.1 2015-02-13 20:55:49 +02:00
configure.ac Release_3.1 2015-02-13 20:55:49 +02:00
COPYING
depcomp
ELFIO.sln Ticket #10: Fix section type SHT_NOBITS file_size calculation 2013-05-16 17:58:09 +03:00
INSTALL
install-sh
Makefile.am Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
Makefile.in Release_3.0 2015-01-19 13:36:49 +02:00
missing
NEWS
README

ELFIO is a header-only C++ library intended for reading and generating
files in the ELF binary format. It is used as a standalone library - it is not
dependant on any other product or project. Adhering to ISO C++, it compiles on
a wide variety of architectures and compilers.