ELF Edit: differenze tra le versioni

Da Emigar.
Jump to navigation Jump to search
Nessun oggetto della modifica
Riga 10: Riga 10:
<code>
<code>
yum install chrpath
yum install chrpath
</code>
chrpath
<code>
chrpath -r /path/lib /path/bin/command
</code>
</code>



Versione delle 14:56, 15 mag 2017

elf editing

patchelf

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

RHEL 7

yum install chrpath chrpath -r /path/lib /path/bin/command


readelf -d /usr/bin/comando

http://hte.sourceforge.net/