ELFIO/README.md

17 lines
973 B
Markdown
Raw Normal View History

2020-08-11 12:46:09 +00:00
# ELFIO
2020-08-24 20:47:52 +00:00
[![Build](https://travis-ci.com/serge1/ELFIO.svg?branch=master)](https://travis-ci.com/serge1/ELFIO)
2020-08-24 20:46:22 +00:00
![C/C++ CI](https://github.com/serge1/ELFIO/workflows/C/C++%20CI/badge.svg)
2020-10-16 16:34:56 +00:00
![CodeQL](https://github.com/serge1/ELFIO/workflows/CodeQL/badge.svg)
2020-08-24 20:47:52 +00:00
[![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)
2020-08-11 12:46:09 +00:00
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
2020-09-09 19:37:42 +00:00
dependent on any other product or project. Adhering to ISO C++, it compiles on
2020-08-11 12:46:09 +00:00
a wide variety of architectures and compilers.
2020-10-17 07:14:11 +00:00
While written in C++, the library provides a C-language interface wrapper.
2020-08-11 12:46:09 +00:00
The full library documentation can be found in *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*.