- ar
creates static libraries.
- ldd
lists the shared libraries on which the object binary is dependent.
- nm
lists the symbols defined in the symbol table of an object file.
- objdump
to display all the information in an object binary file.
- strings
list all the printable strings in a binary file.
- strip
deletes the symbol table information.