ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
2020-10-30 19:13:21 +02:00
.github/workflows An attempt to fix CodeQL 2020-10-30 09:25:10 +02:00
.vscode Demonstrate addition of a new section to existing ELF file 2020-10-06 09:51:14 +03:00
cmake Add cmake install support for vcpkg integration 2020-10-30 00:29:18 +02:00
doc
elfio Address warnings reported by MS VS analyzer 2020-10-30 18:06:26 +02:00
examples Address warnings reported by MS VS analyzer 2020-10-30 18:06:26 +02:00
tests Setup CMake to have 'check' target like autoconf 2020-10-30 06:40:44 +02:00
.clang-format
.gitignore An attempt to add a smoke test to the main distribution 2020-10-30 19:13:21 +02:00
.travis.yml
aclocal.m4 Adjust autotools for c_interop project 2020-10-10 07:46:01 +03:00
AUTHORS
autogen.sh
ChangeLog
CMakeLists.txt Setup CMake to have 'check' target like autoconf 2020-10-30 06:40:44 +02:00
compile Adjust autotools for c_interop project 2020-10-10 07:46:01 +03:00
configure Rename c_interop to c_wrapper 2020-10-11 10:08:49 +03:00
configure.ac Rename c_interop to c_wrapper 2020-10-11 10:08:49 +03:00
COPYING
depcomp
INSTALL
install-sh
Makefile.am An attempt to add a smoke test to the main distribution 2020-10-30 19:13:21 +02:00
Makefile.in An attempt to add a smoke test to the main distribution 2020-10-30 19:13:21 +02:00
missing
NEWS
README Add a note about C-language wrapper 2020-10-17 10:14:11 +03:00
README.md Add a note about C-language wrapper 2020-10-17 10:14:11 +03:00
test-driver

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 provides a C-language interface wrapper.

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