PDA

View Full Version : Offset of entry point


chamsy
04-21-2004, 12:27 PM
Hi,

I am quite new to this disassembling subject. So plz forgive me if I ask foolish questions.
I want to get the offset of Entry point of a PE file. If I know the RVA of entry point how can I get the
offset of the entry point.

Thanks a lot,
Chamal.

kw
04-21-2004, 01:59 PM
I think I already answered this question a few days ago here:
http://www.reteam.org/board/viewtopic.php?t=131
You take the RVA of the entrypoint (which is in the header) and perform the calculations explained there, to get the offset.
(or you could use a tool, but thats the coward's way out ;))

KW

chamsy
04-22-2004, 12:29 PM
Hi kw,

I am sorry for asking the same question again. I ll read your previous answer.

Thanks a lot,
Chamal De Silva.