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 上编译的应用程序在编译时被分配了标识符 (UUID)。dwarfdump 工具可能会显示这些标识符。有谁知道 UUID 是如何生成的以及其中可以编码哪些信息?
几乎可以肯定,它们是由 CoreFoundation UUID 机器生成的,它根据以太网卡的 MAC 地址、时间戳和其他一些杂项信息创建它们。您可以通过运行生成自己的 UUID uuidgen。至于其中编码的信息,真正存在的只是你的 MAC 地址的片段。这几乎唯一的相关性是理论上有人可能确定在同一台机器上生成了多个 UUID,但我不知道这是否真的可能。
uuidgen