Thread
:
how to calculate RVA from file offset
View Single Post
#
6
12-25-2004, 11:46
xixiaolou
Posts: n/a
As I know:
For language such as VC++ MFC, Delphi, VB, the compiler use RVA as event pointer, so File Offset = RVA
For language as asm and on, you must use code above to convert RVA to offset
xixiaolou