ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2013-03-25 10:13:06 +02:00
cygwin Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
doc Dynamic section documented 2013-02-15 15:13:51 +02:00
elf_examples Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
elfio Remove 'mutable' specification in 'section' class 2013-03-21 02:13:50 +02:00
ELFIOTest add_entry() functions are implemented for dynamic_section_accessor class 2013-01-13 19:59:15 +02:00
examples Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
.gitignore Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
aclocal.m4 Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
AUTHORS Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
ChangeLog Initial 2012-02-18 12:01:36 +02:00
configure Version changed to be 2.1 2013-03-25 10:13:06 +02:00
configure.ac Version changed to be 2.1 2013-03-25 10:13:06 +02:00
COPYING Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
depcomp Adding new auto* scripts 2012-11-27 00:00:27 +02:00
ELFIO.sln Starting new site building 2012-03-09 12:01:14 +02:00
INSTALL INSTALL description changed 2012-12-05 11:02:34 +02:00
install-sh Adding new auto* scripts 2012-11-27 00:00:27 +02:00
Makefile.am Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
Makefile.in Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
missing Adding new auto* scripts 2012-11-27 00:00:27 +02:00
NEWS Initial 2012-02-18 12:01:36 +02:00
prepare_cygwin.sh Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
README - Documentation update 2012-12-05 20:01:31 +02:00

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.