|
i know this is a long time ago post and it was answered but still i found somthing good when i was looking for an answer to this question..
Understanding RVAs and Import Tables - by Sunshine
http://www.sunshine2k.de/Tuts/tut_rvait.htm
the only thing he didn't say is that the RVA is calculated first by
VA(the disassbler shown address) - ImageBase = RVA
and then it shows how to calc the offset from the RVA...
Regards,
LaBBa.
|