Files
RedBear-OS/src/ld_so
oddcoder 5fcf920675 Fix bugs in handling non pie elfs
The problem here was that we alway added the base address, and we
assumed that all addresses we access are relative but this is not the
case in case of non pie binaries. The issue is that all addresses were
base+offset. so if we added the base again it will ofcourse generate
wrong address.
2020-06-24 10:21:20 +02:00
..
2019-04-13 12:17:38 -06:00
2020-06-24 10:21:20 +02:00
2020-03-07 23:52:27 +02:00