mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-29 00:16:09 +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
1d2930abc7
We have some elf files where a section (.ARM.exidx) is located in multiple segments. To keep this property it is necessary to keep track of the emitted sections. Furthermore, the correct sequence for the segment emission has to be determined. This is done by postponing segments which are actually a subsequence of another segment. Additionally the alignment is not considered as part of the file size of a segment anymore. |
||
---|---|---|
cygwin | ||
doc | ||
elf_examples | ||
elfio | ||
ELFIOTest | ||
examples | ||
.gitignore | ||
aclocal.m4 | ||
AUTHORS | ||
ChangeLog | ||
configure | ||
configure.ac | ||
COPYING | ||
depcomp | ||
ELFIO.sln | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
prepare_cygwin.sh | ||
README |
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 dependant on any other product or project. Adhering to ISO C++, it compiles on a wide variety of architectures and compilers.