chrpath

0

2 года назад
README
chrpath
=======
 
chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs. Currently, only removing and modifying the rpath
is supported. Eventually, I hope to be able to add an rpath if it is
missing.
 
This tool is based on two small programs I found on the GCC mailing
list.
 
Similar tools:
--------------
 
elfhack by Ric Klaren could do almost the same thing, and a bit more;
Mozilla still embeds it in <https://searchfox.org/mozilla-central/source/build/unix/elfhack/elfhack.cpp>
 
There is also patchelf from <URL: https://nixos.org/patchelf.html >.
 
License:
--------
 
chrpath is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 2 of the License, or (at your
option) any later version. See COPYING for the terms.
 
Source, patches and fixes:
--------------------------
 
The latest source is available from Codeberg. The project repository
and developer mailing list are available from
<URL: https://codeberg.org/pere/chrpath >.
 
Send patches and updates to the Codeberg project.