使用 FASM 的 Mach-O 二进制文件

发布于 2024-09-01 09:19:37 字数 88 浏览 3 评论 0原文

有人使用 FASM 来生成 Mach-O 二进制文件吗? 这是我选择的汇编器,我认为了解这是否可以实现以及是否有人已经在这样做会很好。

提前致谢。

is anybody using FASM to produce Mach-O binaries?
it's my assembler of choice and I thought it would be nice to learn whether that's possible to accomplish and whether somebody is already doing it.

thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔戏命师 2024-09-08 09:19:37

Tomasz Grysztar(作者)表示,Mach-O 支持即将推出 ( http ://board.flatassembler.net/topic.php?p=38075#38075 ),也许你应该去那里并要求它给他额外的推动;)

(编辑)抱歉错过了另一个线程:< a href="http://board.flatassembler.net/topic.php?t=9954" rel="nofollow noreferrer">http://board.flatassembler.net/topic.php?t=9954 。在那里你会看到有人成功地创建了一个 ELF 对象,然后在链接之前使用外部工具转换为 Mach-O 格式。

Tomasz Grysztar (the author) said that Mach-O support is on the way ( http://board.flatassembler.net/topic.php?p=38075#38075 ), perhaps you should go there and ask for it to give him an extra push ;)

(edit)Sorry missed another thread: http://board.flatassembler.net/topic.php?t=9954 . There you'll see that someone succeeded by making an ELF object and then using an external tool to convert to Mach-O format before linking.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文