ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
Serge Lamikhov-Center 7573aeeef3 - Add forgotten Makefile.* for write_obj
- Delete WriteObj2 example
2012-11-26 23:37:44 +02:00
cygwin Initial 2012-02-18 12:01:36 +02:00
doc Doc updates 2012-11-26 01:43:21 +02:00
elf_examples - .note section is produced by write_exe_i386 test of ELFIOTest1.cpp 2012-07-01 21:12:56 +03: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 - Add forgotten Makefile.* for write_obj 2012-11-26 23:37:44 +02:00
.gitignore Fix EOL problem 2012-03-03 13:36:39 +02:00
aclocal.m4 Generate new automake files 2012-11-25 20:17:59 +02:00
AUTHORS Initial 2012-02-18 12:01:36 +02:00
ChangeLog Initial 2012-02-18 12:01:36 +02:00
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 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 Remove DocBook files; Add 'writer' Makefile 2012-11-25 20:59:47 +02:00
Makefile.in Remove DocBook files; Add 'writer' Makefile 2012-11-25 20:59:47 +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.