1# ELFIO 2 3 4 5[](http://elfio.sourceforge.net/elfio.pdf) 6[](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