wok diff patchelf/description.txt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patchelf/description.txt	Fri Jul 01 17:52:21 2022 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +PatchELF is a simple utility for modifying existing ELF executables
     1.5 +and libraries.
     1.6 +
     1.7 +In particular, it can do the following:
     1.8 +
     1.9 +- Change the dynamic loader ("ELF interpreter") of executables
    1.10 +- Change the RPATH of executables and libraries
    1.11 +- Shrink the RPATH of executables and libraries
    1.12 +- Remove declared dependencies on dynamic libraries (DT_NEEDED entries)
    1.13 +- Add a declared dependency on a dynamic library (DT_NEEDED entries)
    1.14 +- Replace a declared dependency on a dynamic library with another one (DT_NEEDED)
    1.15 +- Change SONAME of a dynamic library