binutils/README.md

15 lines
652 B
Markdown
Raw Normal View History

2024-01-05 20:48:06 +01:00
# binutils
Binutils is a collection of binary utilities, including:
* ar: creating modifying and extracting from archives
* nm: for listing symbols from object files
* objcopy: for copying and translating object files
* objdump: for displaying information from object files
* ranlib: for generating an index for the contents of an archive
* size: for listing the section sizes of an object or archive file
* strings: for listing printable strings from files
* strip: for discarding symbols (a filter for demangling encoded C++ symbols
* addr2line: for converting addresses to file and line
* nlmconv: for converting object code into an NLM