欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
GNU Binary Utilities
来自开放百科 - 灰狐
				
								
				(版本间的差异)
				
																
				
				
								
| (未显示1个用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
| + | {{SeeWikipedia}}  | ||
| + | |||
The GNU Binary Utilities, or binutils, is a collection of programming tools for the manipulation of object code in various object file formats. The current versions were originally written by programmers at Cygnus Solutions using the BFD library. They are typically used in conjunction with GCC, make and GDB.  | The GNU Binary Utilities, or binutils, is a collection of programming tools for the manipulation of object code in various object file formats. The current versions were originally written by programmers at Cygnus Solutions using the BFD library. They are typically used in conjunction with GCC, make and GDB.  | ||
| 第20行: | 第22行: | ||
http://www.gnu.org/software/binutils/  | http://www.gnu.org/software/binutils/  | ||
| − | [[Category:  | + | [[Category:GNU]]  | 
2010年9月19日 (日) 13:50的最后版本
|   | 
您可以在Wikipedia上了解到此条目的英文信息 GNU Binary Utilities Thanks, Wikipedia. | 
The GNU Binary Utilities, or binutils, is a collection of programming tools for the manipulation of object code in various object file formats. The current versions were originally written by programmers at Cygnus Solutions using the BFD library. They are typically used in conjunction with GCC, make and GDB.
The binutils include the following commands:
- as - assembler
 - ld - linker
 - addr2line - convert address to file and line
 - ar - create, modify, and extract from archives
 - c++filt - demangling filter for C++ symbols
 - nm - list symbols in object files
 - objcopy - copy object files, possibly making changes
 - objdump - dump information about object files
 - ranlib - generate indexes for archives
 - readelf - display content of ELF files
 - size - list total and section sizes
 - strings - list printable strings
 - strip - remove symbols from an object file
 - gprof - Profiler
 
	分享您的观点