diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2016-08-27 07:05:26 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | 3e0d3917541791e1200ee944043cf03e89f57b6d (patch) | |
tree | 87cf68e9cde95cdba6de8213d38beea7f4065548 /system/patchelf/README | |
parent | cf1a2926c4433deee1c61f50186f220926f451f5 (diff) | |
download | slackbuilds-3e0d3917541791e1200ee944043cf03e89f57b6d.tar.gz |
system/patchelf: Added (A utility for patching ELF binaries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/patchelf/README')
-rw-r--r-- | system/patchelf/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/patchelf/README b/system/patchelf/README new file mode 100644 index 0000000000..4286fd37ae --- /dev/null +++ b/system/patchelf/README @@ -0,0 +1,3 @@ +PatchELF is a simple utility for modifing existing ELF executables +and libraries. It can change the dynamic loader ("ELF interpreter") +of executables and change the RPATH of executables and libraries. |