binutil 工具-----C分析工工具

Posted zengkefu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了binutil 工具-----C分析工工具相关的知识,希望对你有一定的参考价值。

 binutils-- a tools set

* ld - the GNU linker.

* as - the GNU assembler.

* addr2line - Converts addresses intofilenames and line numbers.

* ar - A utility for creating, modifyingand extracting from archives.

* c+filt - Filter to demangle encoded C+symbols.

* gprof - Displays profiling information.

* nlmconv - Converts object code into anNLM.

* nm - Lists symbols from object files.

* objcopy - Copys and translates objectfiles.

* objdump - Displays information fromobject files.

* ranlib - Generates an index to thecontents of an archive.

* readelf - Displays information from anyELF format object file.

* size - Lists the section sizes of anobject or archive file.

* strings - Lists printable strings fromfiles.

* strip - Discards symbols.

* windres - A compiler for Windows resourcefiles.
ldd -print shared library dependencies ld.so, ld-linux.so* - dynamic linker/loader

 

以上是关于binutil 工具-----C分析工工具的主要内容,如果未能解决你的问题,请参考以下文章

binutils工具集

现在都有哪些常用的大数据分析工具?

gcc工具链简述

JVM性能分析工具jstack介绍

你知道 GNU Binutils 吗?binutils

GNU开发工具——GNU Binutils快速入门