Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 249 Bytes

File metadata and controls

24 lines (15 loc) · 249 Bytes

otool

Back{: .button}

Examples

Display the headers of the binary

otool -h main

Display the name and version number of shared libraries

otool -L main

Display the load commands

otool -l main