ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Go to file
Serge Lamikhov-Center 4834f7924b
Permit workflow_call
2023-12-14 17:45:14 +02:00
.github/workflows Permit workflow_call 2023-12-14 17:45:14 +02:00
.vscode Add missed implementation function for insert_data() 2022-11-30 08:25:01 +02:00
cmake Add cmake install support for vcpkg integration 2020-10-30 00:29:18 +02:00
doc Implement free_data() for sections too 2023-10-13 20:03:48 +03:00
elfio Fix formatting 2023-11-23 19:20:53 +02:00
examples Change relocation type to R_X86_64_32 2023-10-17 17:26:17 +03:00
res Green title 2023-11-24 10:07:47 +02:00
tests Advance Google Test commit # 2023-12-13 18:24:31 +02:00
.clang-format
.gitignore Add check for incorrect section/segment entry size 2022-06-18 22:47:37 +03:00
CMakeLists.txt Use c++17 standard 2023-05-06 16:51:42 +03:00
LICENSE.txt ELFIO moved to CMake completely. Remove all autotools files 2022-02-08 10:38:40 +02:00
README.md Green title 2023-11-24 10:07:47 +02:00

Alt text Alt text

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.

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