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.
它是文本段、数据段、bss 还是堆栈。我知道它包含编码形式的可执行指令。但是编码的代码可以被视为文本段吗?
文本段实际上是包含大量编译代码的段;所有其他人通常包含某种类型的数据。
在提到的那些中,唯一不是可执行文件一部分的是堆栈,它是由加载器从头开始设置的,所有其他的都是从可执行文件中加载的。