wok diff patchelf/description.txt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patchelf/description.txt	Sat Oct 01 09:32:27 2022 +0000
     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