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.
假设您无权访问源代码,有没有办法找出哪些框架/静态库已与 iOS 构建(ipa 文件)链接?
AFAIK 不,因为静态库中的符号被复制到您的二进制文件中,而没有对原始静态库的任何引用。也许有一些魔法,但我不知道。
但是您可以使用nm例如列出可执行文件中的符号,然后猜测它们的来源。
nm