ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2019-05-29 09:31:52 +03:00
cygwin Increment release version to 3.3 2018-11-02 22:42:18 +02:00
doc load() and save() functions that work with streams are documented 2019-05-29 09:31:52 +03:00
elf_examples Add crashes files 2017-10-04 20:47:51 +03:00
elfio Remove tabs 2019-04-28 09:00:14 +03:00
ELFIOTest Fixed some warnings from Cppcheck. 2019-05-28 17:55:14 +03:00
examples Preparation to Release 3.4 - the version has been changed 2019-05-28 18:55:47 +03:00
.gitignore Remove ELFIOTest from release package 2018-11-03 00:07:41 -07:00
aclocal.m4 Preparation to Release 3.4 - the version has been changed 2019-05-28 18:55:47 +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 Preparation to Release 3.4 - the version has been changed 2019-05-28 18:55:47 +03:00
configure.ac Preparation to Release 3.4 - the version has been changed 2019-05-28 18:55:47 +03:00
COPYING Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
depcomp
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
Makefile.am Remove ELFIOTest from release package 2018-11-03 00:07:41 -07:00
Makefile.in Preparation to Release 3.4 - the version has been changed 2019-05-28 18:55:47 +03:00
missing Remove ELFIOTest from release package 2018-11-03 00:07:41 -07: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.