ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
Serge Lamikhov-Center daa8c81bfb Add dumper file
2012-07-29 17:49:16 +03:00
cygwin Initial 2012-02-18 12:01:36 +02:00
doc Fix header.e_ident initialization 2012-07-21 09:17:18 +03:00
elf_examples - .note section is produced by write_exe_i386 test of ELFIOTest1.cpp 2012-07-01 21:12:56 +03:00
elfio Add dumper file 2012-07-29 17:49:16 +03:00
ELFIOTest Fix header.e_ident initialization 2012-07-21 09:17:18 +03:00
examples Trim trailing space and remove tabs 2012-06-24 09:02:32 +03: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.