ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2012-11-27 11:45:28 +02:00
cygwin Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
doc Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
elf_examples Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
elfio Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
ELFIOTest Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
examples Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
.gitignore Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
aclocal.m4 Generate new automake files 2012-11-25 20:17:59 +02:00
AUTHORS Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
ChangeLog Initial 2012-02-18 12:01:36 +02:00
configure Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
configure.ac Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
COPYING Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
depcomp Adding new auto* scripts 2012-11-27 00:00:27 +02:00
ELFIO.sln Starting new site building 2012-03-09 12:01:14 +02:00
INSTALL Adding new auto* scripts 2012-11-27 00:00:27 +02:00
install-sh Adding new auto* scripts 2012-11-27 00:00:27 +02:00
Makefile.am Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
Makefile.in Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
missing Adding new auto* scripts 2012-11-27 00:00:27 +02:00
NEWS Initial 2012-02-18 12:01:36 +02:00
prepare_cygwin.sh Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
README Convert all files to UNIX EOL 2012-11-27 11:45:28 +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.