Skip to content

PatchELF 0.4

Compare
Choose a tag to compare
@Mic92 Mic92 released this 16 Jul 06:44
· 789 commits to master since this release
  • Support for growing the RPATH on dynamic libraries.
  • IA-64 support (not tested) and related 64-bit fixes.
  • FreeBSD support.
  • --set-rpath', --shrink-rpath' and --print-rpath' now prefer DT_RUNPATH over DT_RPATH, which is obsolete. When updating, if both are present, both are updated. If only DT_RPATH is present, it is converted to DT_RUNPATH unless --force-rpath' is specified. If
    neither is present, a DT_RUNPATH is added unless `--force-rpath' is
    specified, in which case a DT_RPATH is added.