Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 934 Bytes

TODO.md

File metadata and controls

26 lines (17 loc) · 934 Bytes

rldd

Generic

  • Add better debug messages for not found libraries.
  • Add better search patch information for -v option.

ELF

TODO

  • FreeBSD: Add libmap.conf support. This is used to filter and map origins to new targets.

MachO

  • Implement DYLD_FRAMEWORK_PATH and DYLD_FALLBACK_FRAMEWORK_PATH.
  • Implement DYLD_FALLBACK_LIBRARY_PATH.

Done

  • MachO: Add initial MacOSX support.
  • MachO: Resolve the dyld cache dependencies. It requires not only parsing the cache entries, but the entries itself.
  • Linux: read /etc/ld.so.cache instead of parsing /etd/ld.so.conf.
  • Implement DYLD_INSERT_LIBRARIES.
  • Linux: add glibc-hwcap support, which affects symbol resolution paths fro x86_64, powerpc64, aarch64, and s390-64.
  • Linux: add Android support.