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.
Linux 上是否有用于读取/转储/分析 MachO 文件的工具?像readelfor之类的东西objdump,仅适用于 MachO 格式?这必须在 Linux 上运行。
readelf
objdump
我提供了一个先前的答案,描述了如何将 binutils(objdump 和朋友)用于 Mach-O 格式。希望它有所帮助 - 但由于您提到 iOS,您可能必须将--target参数更改为 ARM 目标。
--target