The GNU Binutils are a collection of binary tools. The main ones are:

  • ld - the GNU linker.
  • as - the GNU assembler.

But they also include:

  • 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.
  • dlltool - Creates files for building and using DLLs.
  • gold - A new, faster, ELF only linker, still in beta test.
  • gprof - Displays profiling information.
  • nlmconv - Converts object code into an NLM.
  • nm - Lists symbols from object files.
  • objcopy - Copies 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.
  • windmc - A Windows compatible message compiler.
  • windres - A compiler for Windows resource files.

相关文章:

  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
  • 2021-11-20
  • 2022-02-26
  • 2022-12-23
  • 2021-04-21
猜你喜欢
  • 2021-09-07
  • 2021-11-21
  • 2021-11-12
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案