码迷,mamicode.com
首页 > 系统相关 > 详细

linux 修改 elf 文件的dynamic linker 和 rpath

时间:2018-09-14 13:52:24      阅读:574      评论:0      收藏:0      [点我收藏+]

标签:beginning   --help   rip   useful   elf   ant   orm   libs   file   

linux 修改 elf 文件的dynamic linker 和 rpath

https://nixos.org/patchelf.html

下载地址

https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.gz

https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2

 

root@eve-ng:~/ans_reliable_proxy_180913# ./patchelf --help
syntax: ./patchelf
  [--set-interpreter FILENAME]
  [--page-size SIZE]
  [--print-interpreter]
  [--print-soname]		Prints ‘DT_SONAME‘ entry of .dynamic section. Raises an error if DT_SONAME doesn‘t exist
  [--set-soname SONAME]		Sets ‘DT_SONAME‘ entry to SONAME.
  [--set-rpath RPATH]
  [--remove-rpath]
  [--shrink-rpath]
  [--print-rpath]
  [--force-rpath]
  [--add-needed LIBRARY]
  [--remove-needed LIBRARY]
  [--replace-needed LIBRARY NEW_LIBRARY]
  [--print-needed]
  [--no-default-lib]
  [--debug]
  [--version]
  FILENAME

 

================= End

 

linux 修改 elf 文件的dynamic linker 和 rpath

标签:beginning   --help   rip   useful   elf   ant   orm   libs   file   

原文地址:https://www.cnblogs.com/lsgxeva/p/9645928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!