什么是 RVA 和 VA?

发布于 2024-08-14 04:18:18 字数 23 浏览 8 评论 0原文

请解释一下RVA和VA是什么意思

Please explain what RVA and VA means

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

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

发布评论

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

评论(1

天荒地未老 2024-08-21 04:18:18

请参阅关于 COFF(通用对象文件格式)的维基百科文章:

不要将相对虚拟地址 (RVA) 与标准虚拟地址混淆。相对虚拟地址是文件中的对象加载到内存后的虚拟地址减去文件映像的基地址。如果文件按字面意思从磁盘映射到内存,RVA 将与文件中的偏移量相同,但这实际上是很不寻常的。

See the wikipedia article on COFF (Common Object File Format):

Relative Virtual Addresses (RVAs) are not to be confused with standard virtual addresses. A relative virtual address is the virtual address of an object from the file once it is loaded into memory, minus the base address of the file image. If the file were to be mapped literally from disk to memory, the RVA would be the same as that of the offset into the file, but this is actually quite unusual.

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