ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
Serge Lamikhov-Center 4d165a6d42 Convert to UNIX EOL
2012-11-26 23:48:22 +02:00
cygwin Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
doc Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
elf_examples Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
elfio Don't print \0 at the end of notes 2012-11-26 01:17:00 +02:00
ELFIOTest write_obj example implemented 2012-11-26 19:40:03 +02:00
examples Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
.gitignore Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
aclocal.m4 Generate new automake files 2012-11-25 20:17:59 +02:00
AUTHORS Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
ChangeLog
configure write_obj example implemented 2012-11-26 19:40:03 +02:00
configure.in write_obj example implemented 2012-11-26 19:40:03 +02:00
COPYING Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
depcomp
ELFIO.sln
INSTALL Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
install-sh Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
Makefile.am Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
Makefile.in Remove DocBook files; Add 'writer' Makefile 2012-11-25 20:59:47 +02:00
missing Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
NEWS
prepare_cygwin.sh Convert to UNIX EOL 2012-11-26 23:48:22 +02:00
README Convert to UNIX EOL 2012-11-26 23:48:22 +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.