Ld.so regressions
- May 03, 2020
-
-
Ahmed Abd El Mawgood authored
This fixes a regression in gdb where sometimes it decides to ignore the first entry in the list.
-
Ahmed Abd El Mawgood authored
I noticed that the implementation is noth precise although it worked. and instead of using the sections to identify memory addresses of DT_DEBUG. I used segements
-
Ahmed Abd El Mawgood authored
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.
-