VA (Virtual Address) & RVA (Relative Virtual Address)
问题 A file that is given as input to the linker is called Object File . The linker produces an Image file , which in turn is used as input by the loader. A blurb from " Microsoft Portable Executable and Common Object File Format Specification " RVA (relative virtual address) . In an image file, the address of an item after it is loaded into memory, with the base address of the image file subtracted from it. The RVA of an item almost always differs from its position within the file on disk (file