ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
Serge Lamikhov-Center 493549e030 Initial
2012-02-18 12:01:36 +02:00
autom4te.cache Initial 2012-02-18 12:01:36 +02:00
build Initial 2012-02-18 12:01:36 +02:00
cygwin Initial 2012-02-18 12:01:36 +02:00
doc Initial 2012-02-18 12:01:36 +02:00
elf_examples Initial 2012-02-18 12:01:36 +02:00
elfio Initial 2012-02-18 12:01:36 +02:00
ELFIO Initial 2012-02-18 12:01:36 +02:00
ELFIOTest Initial 2012-02-18 12:01:36 +02:00
examples Initial 2012-02-18 12:01:36 +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 Initial 2012-02-18 12:01:36 +02:00
INSTALL Initial 2012-02-18 12:01:36 +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.