ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2012-06-23 19:41:42 +03:00
cygwin Initial 2012-02-18 12:01:36 +02:00
doc Documentation update 2012-03-11 06:16:31 +02:00
elf_examples Initial 2012-02-18 12:01:36 +02:00
elfio Declaration uses macro for section and segment 2012-06-23 19:41:42 +03:00
ELFIOTest - Prevent binary file change in repository, restore test file after each run 2012-06-20 09:17:19 +03:00
examples An attempt to avoid warnings on Linux compilation 2012-03-09 23:16:23 +02:00
web/htdocs Fix spelling and regenerate doc 2012-02-26 20:06:41 +02:00
.gitignore Fix EOL problem 2012-03-03 13:36:39 +02:00
aclocal.m4 Initial 2012-02-18 12:01:36 +02:00
AUTHORS Initial 2012-02-18 12:01:36 +02:00
ChangeLog Initial 2012-02-18 12:01:36 +02:00
configure Initial 2012-02-18 12:01:36 +02:00
configure.in Initial 2012-02-18 12:01:36 +02:00
COPYING Initial 2012-02-18 12:01:36 +02:00
depcomp Initial 2012-02-18 12:01:36 +02:00
ELFIO.sln Starting new site building 2012-03-09 12:01:14 +02:00
INSTALL An attempt to avoid warnings on Linux compilation 2012-03-09 23:16:23 +02:00
install-sh Initial 2012-02-18 12:01:36 +02:00
Makefile.am Initial 2012-02-18 12:01:36 +02:00
Makefile.in Initial 2012-02-18 12:01:36 +02:00
missing Initial 2012-02-18 12:01:36 +02:00
NEWS Initial 2012-02-18 12:01:36 +02:00
prepare_cygwin.sh Initial 2012-02-18 12:01:36 +02:00
README Initial 2012-02-18 12:01:36 +02:00

ELFIO is a C++ library for reading and generating files in the ELF binary
format. This library is unique and not based on any other product. It is also
platform independent. The library uses standard ANSI C++ constructions and
runs on a wide variety of architectures.