码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-05-29 16:24:29      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:

 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分析工工具

标签:

原文地址:http://www.cnblogs.com/zengkefu/p/5539577.html

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