• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ELFIO
2
3![C/C++ CI](https://github.com/serge1/ELFIO/workflows/C/C++%20CI/badge.svg)
4![CodeQL](https://github.com/serge1/ELFIO/workflows/CodeQL/badge.svg)
5[![Documentation](https://img.shields.io/badge/doc-download-brightgreen)](http://elfio.sourceforge.net/elfio.pdf)
6[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/serge1/ELFIO/blob/master/COPYING)
7
8ELFIO is a header-only C++ library intended for reading and generating
9files in the ELF binary format. It is used as a standalone library - it is not
10dependent on any other product or project. Adhering to ISO C++, it compiles on
11a wide variety of architectures and compilers.
12
13While written in C++, the library also provides a C-language interface wrapper.
14
15The full library documentation can be found in *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*.
16