ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2020-06-09 23:51:12 -07:00
.vscode Don't access a note entry in case namesz is less than 1 2020-05-29 05:26:43 -07:00
cygwin Increment release version to 3.3 2018-11-02 22:42:18 +02:00
doc Documentation update for the new flavor of get_symbol() 2020-02-22 12:22:44 +02:00
elf_examples Add crashes files 2017-10-04 20:47:51 +03:00
elfio Remove implementation functions from section interface 2020-06-09 23:46:41 -07:00
ELFIOTest Update library version in "configure" file 2020-06-09 23:51:12 -07:00
examples Preparation to release 3.5 2020-02-22 18:35:46 +02:00
.gitignore Minor improvements in the project configuration 2020-06-06 22:26:12 +03:00
.travis.yml Minor improvements in the project configuration 2020-06-06 22:26:12 +03:00
aclocal.m4 Preparation to release 3.5 2020-02-22 18:35:46 +02: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 Initial 2012-02-18 12:01:36 +02:00
configure Preparation to release 3.5 2020-02-22 18:35:46 +02:00
configure.ac Preparation to release 3.5 2020-02-22 18:35: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 Remove ELFIOTest from release package 2018-11-03 00:07:41 -07:00
Makefile.in Preparation to release 3.5 2020-02-22 18:35:46 +02:00
missing Remove ELFIOTest from release package 2018-11-03 00:07:41 -07:00
NEWS Initial 2012-02-18 12:01:36 +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.