ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2020-08-13 09:19:10 -07:00
.vscode Move ELF test files to 'tests' directory 2020-08-09 22:43:30 -07:00
cygwin
doc
elfio Alighn code with whitespaces 2020-08-08 09:55:42 -07:00
examples Modify 'anonymizer' example to rename a single function name 2020-08-13 09:19:10 -07:00
tests Move ELF test files to 'tests' directory 2020-08-09 22:43:30 -07:00
.gitignore Remove Windows EOL 2020-08-11 05:46:09 -07:00
.travis.yml Rename tests directory 2020-08-09 22:23:41 -07:00
aclocal.m4 Preparation to release 3.5 2020-02-22 18:35:46 +02:00
AUTHORS
autogen.sh
ChangeLog
configure Preparation to release 3.6 2020-06-10 07:59:52 -07:00
configure.ac Preparation to release 3.6 2020-06-10 07:59:52 -07:00
COPYING
depcomp Refresh autotools generated files 2020-06-10 07:07:14 -07:00
ELFIO.sln Rename tests directory 2020-08-09 22:23:41 -07:00
INSTALL Add 'autoreconf' command to INSTALL explanation 2020-08-09 23:02:00 -07:00
install-sh Refresh autotools generated files 2020-06-10 07:07:14 -07:00
Makefile.am
Makefile.in Preparation to release 3.5 2020-02-22 18:35:46 +02:00
missing Refresh autotools generated files 2020-06-10 07:07:14 -07:00
NEWS
README
README.md Remove Windows EOL 2020-08-11 05:46:09 -07:00
test-driver Substitute linked file with the actual one 2020-06-10 11:26:16 -07:00

ELFIO

Build Documentation License

ELFIO is a header-only C++ library intended for reading and generating files in the ELF binary format. It is used as a standalone library - it is not dependant on any other product or project. Adhering to ISO C++, it compiles on a wide variety of architectures and compilers.

The full library documentation can be found in ELFIO - Tutorial and User Manual.