ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2017-03-06 22:28:46 +02:00
cygwin Release 3.2 preparations 2016-07-10 14:35:16 +03:00
doc Documentation update - new functions are described 2014-08-09 11:22:36 +03:00
elf_examples Replace broken reference ELF file for testing 2017-03-06 22:28:46 +02:00
elfio Rephrase condition of is_sect_in_seg() to make it more intuitive 2017-03-06 22:28:46 +02:00
ELFIOTest Integrate tests into automake 2017-03-06 22:28:46 +02:00
examples remove Makefile.in from version control, they are generated files 2017-03-06 22:28:46 +02:00
.gitignore remove Makefile.in from version control, they are generated files 2017-03-06 22:28:46 +02:00
aclocal.m4 Release 3.2 preparations 2016-07-10 14:35:16 +03:00
AUTHORS Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
autogen.sh Integrate tests into automake 2017-03-06 22:28:46 +02:00
ChangeLog
configure Integrate tests into automake 2017-03-06 22:28:46 +02:00
configure.ac Integrate tests into automake 2017-03-06 22:28:46 +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 Ticket #10: Fix section type SHT_NOBITS file_size calculation 2013-05-16 17:58:09 +03: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 Integrate tests into automake 2017-03-06 22:28:46 +02:00
missing Adding new auto* scripts 2012-11-27 00:00:27 +02:00
NEWS
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.