ELFIO/elfio
Mario Werner 0ece76b5eb rewrote the segment save logic to not only care about alignment
The initial implementation only made sure that all sections and segments
are properly aligned. This is enough for simple embedded applications
but can not deal with more complex layouts.

The new implementation should be more generic given that it respects the
virtual addresses of the individual sections.

One thing which is currently not supported by this rewrite are segments
which contain the program/segment header or even the whole elf header.
2014-11-14 08:27:36 +01:00
..
elf_types.hpp Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
elfio_dump.hpp fixed a few warnings (signed-unsigned comparisions, unused param) 2014-11-13 18:24:03 +01:00
elfio_dynamic.hpp Data size boundary check for dynamic section reader 2013-01-30 14:45:35 +02:00
elfio_header.hpp Use [i|o]stream instead of [i|o]fstream; The patch was provided by Jason Hiser 2014-02-26 18:02:30 +02:00
elfio_note.hpp Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
elfio_relocation.hpp Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
elfio_section.hpp Use [i|o]stream instead of [i|o]fstream; The patch was provided by Jason Hiser 2014-02-26 18:02:30 +02:00
elfio_segment.hpp Use [i|o]stream instead of [i|o]fstream; The patch was provided by Jason Hiser 2014-02-26 18:02:30 +02:00
elfio_strings.hpp Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
elfio_symbols.hpp Add const 2014-10-30 14:47:14 +02:00
elfio_utils.hpp Remove 'mutable' specification in 'section' class 2013-03-21 02:13:50 +02:00
elfio.hpp rewrote the segment save logic to not only care about alignment 2014-11-14 08:27:36 +01:00