-
Notifications
You must be signed in to change notification settings - Fork 163
Home
Serge Lamikhov-Center edited this page Nov 9, 2020
·
11 revisions
ELFIO is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format.
It is used as a standalone library - it is not dependant on any other product or project. Adhering to ISO C++, it compiles on a wide variety of architectures and compilers.
While the library is easy to use, some basic knowledge of the ELF binary format is required. Such Information can easily be found on the Web.
ELFIO library is distributed under MIT License conditions.