Mario Werner b91a43b378 special support for PHDR segments and segments which include the elf header
Only elf files with strange GNU_RELRO segments fail the load, save, cycle.

It would maybe a good idea to separate the layout functionality from the
current save. The current coupling of layout and save make it
impossible to build layouts which contain the elf header via the public
API.
2014-11-15 22:08:52 +01:00
2014-11-08 19:07:46 +02:00
2014-11-08 19:07:46 +02:00
2014-11-13 18:20:27 +01:00
2014-11-08 19:07:46 +02:00
2012-11-27 11:45:28 +02:00
2012-02-18 12:01:36 +02:00
2014-11-08 19:07:46 +02:00
2014-11-08 19:07:46 +02:00
2012-11-27 11:45:28 +02:00
2012-11-27 00:00:27 +02:00
2012-12-05 11:02:34 +02:00
2012-11-27 00:00:27 +02:00
2014-11-08 19:07:46 +02:00
2012-11-27 00:00:27 +02:00
2012-02-18 12:01:36 +02:00
2012-12-05 20:01:31 +02:00

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.
Description
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Readme 19 MiB
Languages
C++ 98.1%
CMake 1.7%
Assembly 0.1%