ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2022-02-08 10:41:27 +02:00
.github/workflows Simplify CMake build in CI 2022-01-18 11:37:31 -08:00
.vscode Add -Wextra option 2022-01-14 20:49:23 +02:00
cmake Add cmake install support for vcpkg integration 2020-10-30 00:29:18 +02:00
doc Add missing semicolon in the documentation 2021-07-23 16:55:58 +03:00
elfio Upgrade the version to 3.11 2022-02-08 10:41:27 +02:00
examples ELFIO moved to CMake completely. Remove all autotools files 2022-02-08 10:38:40 +02:00
tests ELFIO moved to CMake completely. Remove all autotools files 2022-02-08 10:38:40 +02:00
.clang-format Reformat sources by using clang-format 2020-08-21 07:56:08 -07:00
.gitignore An attempt to add a smoke test to the main distribution 2020-10-30 19:13:21 +02:00
.travis.yml Add CMake build to Travis 2020-08-19 22:09:30 -07:00
CMakeLists.txt Preparation of 'release' package by CPack 2022-02-01 01:51:36 +02:00
LICENSE.txt ELFIO moved to CMake completely. Remove all autotools files 2022-02-08 10:38:40 +02:00
README.md Update documentation - add array accessor description 2021-01-13 11:19:26 +02:00

ELFIO

Build C/C++ CI CodeQL 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 dependent on any other product or project. Adhering to ISO C++, it compiles on a wide variety of architectures and compilers.

While written in C++, the library also provides a C-language interface wrapper.

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