ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2018-11-02 23:12:26 -07:00
cygwin Increment release version to 3.3 2018-11-02 22:42:18 +02:00
doc Permit updating of e_version field of ELF header 2017-03-28 00:35:17 +03:00
elf_examples Add crashes files 2017-10-04 20:47:51 +03:00
elfio Fix alignment. 2018-11-02 23:16:14 +02:00
ELFIOTest Return back Makefile.in files. The intention is that configure/make pair will work without additional automake invocation 2018-11-02 23:12:26 -07:00
examples Return back Makefile.in files. The intention is that configure/make pair will work without additional automake invocation 2018-11-02 23:12:26 -07:00
.gitignore Return back Makefile.in files. The intention is that configure/make pair will work without additional automake invocation 2018-11-02 23:12:26 -07:00
aclocal.m4 Use newer version of autotools 2018-11-02 22:58:29 -07:00
AUTHORS
autogen.sh Integrate tests into automake 2017-03-06 22:28:46 +02:00
ChangeLog
configure Use newer version of autotools 2018-11-02 22:58:29 -07:00
configure.ac Increment release version to 3.3 2018-11-02 22:42:18 +02:00
COPYING
depcomp
ELFIO.sln Ticket #10: Fix section type SHT_NOBITS file_size calculation 2013-05-16 17:58:09 +03:00
INSTALL
install-sh
Makefile.am Integrate tests into automake 2017-03-06 22:28:46 +02:00
Makefile.in Return back Makefile.in files. The intention is that configure/make pair will work without additional automake invocation 2018-11-02 23:12:26 -07:00
missing
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.