Fill gaps in binary memory image
Some ELFs can have gaps between the segments, this results in problems when mprotecting or when converting (addr + size) into rust slice. Motivated by this This patch will fill these gaps with mmaped addresses. In theory no real memory should be allocated because mmap is lazy allocator.
parent
e9615065
No related branches found
No related tags found
Please register or sign in to comment