Mac之常用Command

 1、ar - archive utility, be used to operate universery file.

 2、otool - be used to analysis objective-c from Mach-O file.

 3、libtool - creates either static archive libraries or dynamic shared libraries.

  You can use the libtool command to build a static archive library, and you can use the ar command to manipulate individual modules in the library.

 4、nm - allows you to view the contents of an object file’s symbol table

 5、ld - linker

 6、dyld - dynamic linker

 7、lipo - operate on universe file

 8、compiler -  a tool that translates from source code written in a high-level language into intermediate object files that contain machine binary code and data

 9、compiler driver/usr/bin/gcc, contains support for compiling, assembling, and linking modules of source code from the C, C++, and Objective-C languages. The compiler driver calls several other tools that implement the actual compiling, assembling, and static linking functionality.

 

相关文章:

  • 2021-09-19
  • 2021-12-06
  • 2021-12-14
  • 2021-09-05
  • 2022-12-23
  • 2021-12-24
  • 2021-07-27
猜你喜欢
  • 2021-08-16
  • 2022-01-28
  • 2022-12-23
  • 2021-07-10
  • 2022-02-21
  • 2021-11-22
相关资源
相似解决方案