summaryrefslogtreecommitdiffstats
path: root/system/patchelf/README
diff options
context:
space:
mode:
author Zhu Qun-Ying2016-08-27 02:05:26 +0200
committer David Spencer2016-08-28 01:22:40 +0200
commit3e0d3917541791e1200ee944043cf03e89f57b6d (patch)
tree87cf68e9cde95cdba6de8213d38beea7f4065548 /system/patchelf/README
parentcf1a2926c4433deee1c61f50186f220926f451f5 (diff)
downloadslackbuilds-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/README3
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.