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.
我很确定 ELF64 比 ELF32 大,但我在论坛上与某人发生争执,他声称在将输出切换到 ELF64 后,他的程序小了 1/3。哪个更大?哦,他的程序在 NASM 中,所以没有任何优化或任何东西,
我不知道你是否读过这篇文章,但似乎 ELF64 使用 64 位寻址,而 ELF32 使用 32 位寻址......