Skip to content
  • Ahmed Abd El Mawgood's avatar
    Fix bugs in handling non pie elfs · 5fcf9206
    Ahmed Abd El Mawgood authored
    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.
    5fcf9206