-
- Downloads
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.
Please register or sign in to comment