ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2020-08-19 21:41:37 -07:00
.vscode Reduce minimal required version of CMake 2020-08-19 21:41:37 -07:00
cygwin Increment release version to 3.3 2018-11-02 22:42:18 +02:00
doc Documentation update for the new flavor of get_symbol() 2020-02-22 12:22:44 +02:00
elfio Address warnings reported by VS 2020-08-19 23:58:07 +03:00
examples Added cmake files to build elfio 2020-08-19 21:33:42 -07:00
tests Address warnings reported by VS 2020-08-19 23:58:07 +03:00
.gitignore arrange_local_symbols() added 2020-08-18 12:57:45 -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 Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
autogen.sh Integrate tests into automake 2017-03-06 22:28:46 +02:00
ChangeLog Initial 2012-02-18 12:01:36 +02:00
CMakeLists.txt Reduce minimal required version of CMake 2020-08-19 21:41:37 -07:00
configure Increase ELFIO library version number 2020-08-18 13:47:10 -07:00
configure.ac Increase ELFIO library version number 2020-08-18 13:47:10 -07:00
COPYING Update Copyright period 2020-08-19 13:47:20 -07:00
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 Remove ELFIOTest from release package 2018-11-03 00:07:41 -07:00
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 Initial 2012-02-18 12:01:36 +02:00
README - Documentation update 2012-12-05 20:01:31 +02:00
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.