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.
我想知道iphone 5S 64位的CPU_SUB_TYPE是什么。
对于其他架构,我可以查看 macho 的 machine.h 文件并获得大量架构。但我正在实施特定于 iphone 5s 64 位架构的安全项目,无法获得它的确切细节。任何带有答案的链接或信息来源都会有很大帮助。
它是具有小端架构的 CPU_SUBTYPE_ARM_ALL。对 machine.h 文件进行了一些调查,并在 iphone 5s 64 位二进制文件的可执行文件上进行了尝试,得出了这个结论。