• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ELFIO is a header-only C++ library intended for reading and generating
2files in the ELF binary format. It is used as a standalone library - it is not
3dependent on any other product or project. Adhering to ISO C++, it compiles on
4a wide variety of architectures and compilers.
5
6While written in C++, the library provides a C-language interface wrapper.
7
8The full library documentation can be found in "ELFIO - Tutorial and User
9Manual" at http://elfio.sourceforge.net/elfio.pdf.
10