ELF Edit: differenze tra le versioni

Da Emigar.
Jump to navigation Jump to search
Riga 8: Riga 8:


==RHEL 7 ==
==RHEL 7 ==

<code>
<code>
yum install chrpath
yum install chrpath
</code>
</code>
Non aggiunge, ma può modificare il percorso di default
<code>
<code>
chrpath -r /path/lib /path/bin/command
chrpath -r /path/lib /path/bin/command

Versione delle 14:56, 15 mag 2017

elf editing

patchelf

http://nixos.org/releases/patchelf/

RHEL 7

yum install chrpath Non aggiunge, ma può modificare il percorso di default chrpath -r /path/lib /path/bin/command


readelf -d /usr/bin/comando

http://hte.sourceforge.net/