mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +00:00
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
c-plus-pluscpluspluscppcpp-librarycpp-programmingcpp-projectelfelf-binarieself-headerelf-loaderelf-parserelf64elfio
0a229d80fd
When size_t is 32-bits (like in a WASM project), passing in a 64-bit constant leads to compile-time warnings. |
||
---|---|---|
.github/workflows | ||
.vscode | ||
cmake | ||
doc | ||
elfio | ||
examples | ||
tests | ||
.clang-format | ||
.gitignore | ||
.travis.yml | ||
aclocal.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
CMakeLists.txt | ||
compile | ||
configure | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
README | ||
README.md | ||
test-driver |
ELFIO
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 dependent on any other product or project. Adhering to ISO C++, it compiles on a wide variety of architectures and compilers.
While written in C++, the library also provides a C-language interface wrapper.
The full library documentation can be found in ELFIO - Tutorial and User Manual.