Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serge1/elfio

ELFIO is a header-only C++ library for reading and generating ELF (Executable and Linkable Format) files.
https://github.com/serge1/elfio

c-plus-plus cplusplus cpp cpp-library cpp-programming cpp-project elf elf-binaries elf-header elf-loader elf-parser elf64 elfio

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ![Alt text](doc/images/res/20231119165006-100.png "ELFIO") ![Alt text](doc/images/res/title.png "ELFIO")

![C/C++ CI](https://github.com/serge1/ELFIO/workflows/C/C++%20CI/badge.svg)
![CodeQL](https://github.com/serge1/ELFIO/workflows/CodeQL/badge.svg)
[![Documentation](https://img.shields.io/badge/doc-download-brightgreen)](http://elfio.sourceforge.net/elfio.pdf)
[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/serge1/ELFIO/blob/master/COPYING)

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](http://elfio.sourceforge.net/elfio.pdf)*.