在哪里可以找到有关 ELF 文件格式的良好参考?

发布于 2024-09-25 11:48:12 字数 156 浏览 1 评论 0原文

我正在编写一个编译器,它将为 i386 平台生成 ELF 可执行文件。

但是,我需要文件格式的良好参考(有关标头、重定位等的信息)。

有这样的参考吗?

I'm in the process of writing a compiler that will be generating ELF executable files for the i386 platform.

However, I need a good reference for the file format (information on headers, relocations, etc.).

Is there such a reference?

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

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

发布评论

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

评论(1

送君千里 2024-10-02 11:48:12

维基百科 文章 提供了一个不错的 ABI 文档列表供您选择。考虑一下 System V ABI 和 Intel 386 psABI。

The wikipedia article gives a decent list of ABI documents to choose from. Consider the very System V ABI and the Intel 386 psABI.

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