1# ELFIO 2 3[](https://travis-ci.com/serge1/ELFIO) 4 5 6[](http://elfio.sourceforge.net/elfio.pdf) 7[](https://github.com/serge1/ELFIO/blob/master/COPYING) 8 9ELFIO is a header-only C++ library intended for reading and generating 10files in the ELF binary format. It is used as a standalone library - it is not 11dependent on any other product or project. Adhering to ISO C++, it compiles on 12a wide variety of architectures and compilers. 13 14While written in C++, the library also provides a C-language interface wrapper. 15 16The full library documentation can be found in *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*. 17