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.
我想知道 C 程序的加载视图和可执行视图之间的区别是什么。
我认为可执行视图是可执行文件中的二进制文件。对于加载视图,我很难想到要提出什么,但认为它可能是程序的 .text 和 .data 部分。