ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2020-06-10 06:53:29 -07:00
.vscode Prevents seg fault described in #42 2020-06-10 06:53:29 -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 Prevents seg fault described in #42 2020-06-10 06:53:29 -07:00
elfio Prevents seg fault described in #42 2020-06-10 06:53:29 -07:00
ELFIOTest Prevents seg fault described in #42 2020-06-10 06:53:29 -07:00
examples Preparation to release 3.5 2020-02-22 18:35:46 +02:00
.gitignore Exclude internal 'tmp' directory 2020-06-09 23:52:46 -07: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
autogen.sh
ChangeLog
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
depcomp
ELFIO.sln
INSTALL
install-sh
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
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.