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 项目中有一个 .a 库。我想查看其中的方法名称,所以我在 Mac 上安装了 binutils。但是当我运行 objdump [-h] xxx.a。它说:
“文件格式无法识别”。
那么,objdump 支持什么格式呢?以及如何在不使用 objdump 的情况下查看该 .a lib 中的方法?
有几个工具可以做到这一点。