Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/serge1/elfio
- Owner: serge1
- License: mit
- Created: 2012-08-17T17:37:14.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T21:40:29.000Z (about 1 month ago)
- Last Synced: 2025-01-31T05:21:40.635Z (7 days ago)
- Topics: c-plus-plus, cplusplus, cpp, cpp-library, cpp-programming, cpp-project, elf, elf-binaries, elf-header, elf-loader, elf-parser, elf64, elfio
- Language: C++
- Homepage: http://serge1.github.io/ELFIO
- Size: 17.8 MB
- Stars: 754
- Watchers: 29
- Forks: 163
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)*.