ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2018-11-03 00:07:41 -07:00
cygwin Increment release version to 3.3 2018-11-02 22:42:18 +02:00
doc
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 Remove ELFIOTest from release package 2018-11-03 00:07:41 -07:00
aclocal.m4 Use newer version of autotools 2018-11-02 22:58:29 -07:00
AUTHORS
autogen.sh
ChangeLog
configure Remove ELFIOTest from release package 2018-11-03 00:07:41 -07:00
configure.ac Remove ELFIOTest from release package 2018-11-03 00:07:41 -07: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 Remove ELFIOTest from release package 2018-11-03 00:07:41 -07: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.