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.
我正在编写一个编译器,它将为 i386 平台生成 ELF 可执行文件。
但是,我需要一个很好的文件格式参考(有关标题、重定位等的信息)。
有这样的参考吗?
维基百科文章提供了一份不错的 ABI 文档列表供您选择。考虑一下 System V ABI 和 Intel 386 psABI。