adplus-dvertising
frame-decoration

Question

What is an RVA in an executable image?

a.

An offset into the file

b.

A relative address that is used for relocation

c.

A virtual address that is assigned to a module

d.

A section in an executable image

Posted under Reverse Engineering

Answer: (a).An offset into the file Explanation:RVA stands for relative virtual address, which is an offset into the file. When the file is loaded, the loader calculates real virtual addresses out of RVAs by adding the module's base address to an RVA.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is an RVA in an executable image?