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.
我正在尝试列出 dylib 中的所有符号,以便知道需要在我的应用程序中更新哪个符号(因为我的应用程序存储所有功能链接及其名称,以创建自动检测/在运行时自动更新函数)。
基本上,我搜索的内容与 nm 命令所做的类似,但在代码中(而不是通过在控制台上启动 nm 然后获取输出并解析)。
我认为rsym_macosx可以为您提供一些帮助,例如nm. 我不知道你真的想在你的代码中做什么样的符号,但你可以根据那个和 Mach-O 格式来修改它。
nm