4
0
mirror of https://github.com/QuasarApp/ELFIO.git synced 2025-05-15 04:19:33 +00:00
Mario Werner 1676247836 fix alignment of segments during saving -> copied elfs are working
The old implementation aligned the segment start. However, the
intended behaviour is to align the offset and the vaddr
(p_vaddr % p_align == p_offset % p_align). This is required for the
loader which can then operate on memory pages.
2014-12-03 09:27:56 +01:00
..
2012-11-27 11:45:28 +02:00
2014-10-30 14:47:14 +02:00