Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 381 Bytes

TODO.md

File metadata and controls

12 lines (11 loc) · 381 Bytes

TODO

  • Two Modes:
    1. Update possible without modification of .data/.bss?
    2. Update with fixing relocations in .data/.bss (-r flag?)
  • Improve relocation handling (size and resolving), so there are now security issues and no need for -r flag. Especially focus on:
    • R_X86_64_COPY
    • R_X86_64_IRELATIVE
    • TLS relocs
  • Check/improve TLS handling
  • ...