how to use otool

后端 未结 2 1476
谎友^
谎友^ 2021-01-30 18:32

apple suggested me to use \"strings\" or \"otool\" to dect the private api (isinf) in my code , I am totally newbie so any help how to use those tools

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-30 18:47

    Open Terminal ( Ctrl + Space -> Type 'Terminal')..

    and print example:

    otool -MVv yourlib.a
    

    for help:

    otool --help
    

提交回复
热议问题