Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找如何使用 otool 在我的 xcode 项目中检测非公共 API。我知道应该在终端中使用 otool 。但是当我使用 otool -L 时,它显示“无法映射文件:appname.app(无效参数)”。
我认为 otool 的目标文件是错误的,对吧?使用 xxx.app 文件。
请帮我。谢谢你的关注。
otool 用于目标文件 (xxx.0)、库文件 (xxx.a) 等。但不适用于链接的可执行文件。
您可以在xxx.app文件上找到利用AppScanner的非公共 API