ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
Serge Lamikhov-Center 4c829d48eb
Update README.md
2024-12-24 19:52:58 +02:00
.github/workflows Remove unnecessary records 2024-10-31 16:04:33 +00:00
.vscode Add test that verifies that get_symbols_num() returns increased value after add_symbol() 2024-06-14 17:07:43 +03:00
cmake Add cmake install support for vcpkg integration 2020-10-30 00:29:18 +02:00
doc Add yet another "Elf in a library" image 2024-03-28 09:22:25 +02:00
elfio Fix possible nullptr dereference 2024-11-06 20:18:27 +02:00
examples Just formatting 2024-06-15 10:58:36 +03:00
tests Add a test file for 'version_d' verification 2024-10-23 09:09:31 +03:00
.clang-format Reformat sources by using clang-format 2020-08-21 07:56:08 -07:00
.gitignore Add check for incorrect section/segment entry size 2022-06-18 22:47:37 +03:00
CMakeLists.txt Change a comment 2023-12-18 19:59:04 +02:00
LICENSE.txt ELFIO moved to CMake completely. Remove all autotools files 2022-02-08 10:38:40 +02:00
README.md Update README.md 2024-12-24 19:52:58 +02:00

Alt text Alt text

C/C++ CI CodeQL Documentation License

ELFIO is a lightweight, header-only C++ library designed for reading and creating ELF binary files. Completely standalone, it requires no dependencies and integrates seamlessly into any project. Built to ISO C++ standards, it ensures compatibility across a wide range of architectures and compilers.

Comprehensive library documentation is available in the ELFIO - Tutorial and User Manual.