ELF查看工具使用-GNU Binary Utilities

ELF可执行文件分析工具binutil.

ld - the GNU linker.
as - the GNU assembler.
addr2line - Converts addresses into filenames and line numbers.
ar - A utility for creating, modifying and extracting from archives.
c++filt - Filter to demangle encoded C++ symbols.
gprof - Displays profiling information.
nlmconv - Converts object code into an NLM.
nm - Lists symbols from object files.
objcopy - Copys and translates object files.
objdump - Displays information from object files.
ranlib - Generates an index to the contents of an archive.
readelf - Displays information from any ELF format object file.
size - Lists the section sizes of an object or archive file.
strings - Lists printable strings from files.
strip - Discards symbols.
windres - A compiler for Windows resource files

GNU Binary Utilities https://sourceware.org/binutils/docs/binutils/

 

 

 

GCC 工具:nlmconv、nm、objcopy、objdump和 ranlib https://www.cnblogs.com/kele-dad/p/9471303.html

GNU工具的使用:https://blog.csdn.net/oqqhutu12345678/category_12238177.html

 

linux应用程序——ELF查看工具 https://www.jianshu.com/p/d9489aba95a9

readelf nm objdump 命令详解 https://betheme.net/a/6772892.html

常用的分析ELF文件的命令(readelf、objdump及od) https://www.cnblogs.com/alix-1988/p/14900193.html

Linux下的库相关工具:nm、ar、ldd、ldconfig、readelf   https://www.cnblogs.com/create-serenditipy/p/16264416.html

 

 

linux下强大的ELF文件分析工具 -- readelf  https://blog.csdn.net/chenzhjlf/article/details/124651103

linux下强大的文件分析工具 -- nm https://zhuanlan.zhihu.com/p/363014233

objdump 用法备忘 https://www.cnblogs.com/xuperior/p/14633490.html

linux程序分析工具介绍—ldd,nm https://blog.csdn.net/statdm/article/details/7759100

linux下nm,objdump和ldd三大工具使用 https://www.rstk.cn/news/34183.html?action=onClick

 

掌握这10种方法帮你快速在Linux上分析二进制文件 https://zhuanlan.zhihu.com/p/138623306

 

 

Linux下二进制可执行文件分析 (nm,readelf,objdump 命令使用) https://www.cnblogs.com/computer1-2-3/p/15879165.html

 

 

ELF格式探析之三:sections https://www.bbsmax.com/A/RnJWKjlvJq/

posted on 2023-03-18 15:47  lh03061238  阅读(123)  评论(0编辑  收藏  举报

导航