wok-current diff patchelf/description.txt @ rev 25297
updated scrollz (2.3 -> 2.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 20 06:44:28 2022 +0100 (2022-07-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/patchelf/description.txt Wed Jul 20 06:44:28 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