Skip to content
/ ELFIO Public

ELFIO is a header-only C++ library for reading and generating ELF (Executable and Linkable Format) files.

License

Notifications You must be signed in to change notification settings

serge1/ELFIO

Repository files navigation

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.